requesting-code-review

Automates pre-commit verification with security scans, quality gates, and an auto-fix loop.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/AissenLiu/EasyHermes --skill requesting-code-review-aissenliu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/AissenLiu/EasyHermes/tree/main/hermes-agent/skills/software-development/requesting-code-review
Command: npx skills add https://github.com/AissenLiu/EasyHermes --skill requesting-code-review-aissenliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the pre-commit verification workflow, coordinating static security scans, baseline-aware quality gates, an independent reviewer subagent, and an auto-fix loop to prevent problematic changes from entering the codebase.

Core Features & Use Cases

  • Static scans and quality gates run before commits
  • Independent reviewer subagent provides extra oversight
  • Auto-fix loop helps resolve common issues automatically

Quick Start

Trigger the verification workflow after making code changes and before committing, pushing, or opening a PR.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pre-commit code review and security scans before pushing changes?▼

Automate pre-commit code review by running static security scans, baseline-aware quality gates, and language-specific linters to validate changes. An independent reviewer subagent and auto-fix loop resolve common issues automatically before commits or pull requests enter the codebase.

What is an independent reviewer subagent and how does it improve code quality gates?▼

An independent reviewer subagent provides extra oversight during pre-commit verification by evaluating code changes separately from the author. It enforces quality gates and reports regressions to ensure robust code quality before commits or pull requests.

Can I automatically scan for secrets and run linters before a GitHub commit?▼

Yes, you can automatically scan for secrets and run linters before a GitHub commit. The pre-commit verification workflow performs static security scans and applies language-specific linters to validate changes right after implementation.

When do I need a two-stage pre-commit verification workflow?▼

You need a two-stage pre-commit verification workflow when 2 or more files are edited or when extra oversight is desired. It coordinates static security scans, quality gates, an independent reviewer subagent, and an auto-fix loop before commits or pushes.

How does an auto-fix loop handle regressions found during pre-commit code review?▼

An auto-fix loop handles regressions by automatically resolving common issues found during pre-commit code review. It repeatedly applies fixes, runs quality gates and security scans, and reports remaining regressions to prevent problematic changes from entering the codebase.