requesting-code-review

Run static security scans, quality gates, and auto-fix loops before commits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-commit verification pipeline — static security scan, baseline-aware quality gates, independent reviewer subagent, and auto-fix loop. Use after code changes and before committing, pushing, or opening a PR.

Core Features & Use Cases

  • Static security scans before commit
  • Baseline-aware quality gates to prevent regressions
  • Independent reviewer subagent for unbiased checks
  • Auto-fix loop to auto-correct common issues

Quick Start

Run the pre-commit verification pipeline on your staged changes to ensure code quality and security before commits.

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 verification?

Pre-commit code review automation runs static security scans, baseline-aware quality gates, an independent reviewer subagent, and an auto-fix loop on staged changes to prevent regressions before committing or pushing.

What is a baseline-aware quality gate for pre-commit verification?

A baseline-aware quality gate prevents code regressions by evaluating staged changes against an established baseline during pre-commit verification, ensuring new commits do not degrade existing code standards.

Can I run static security scans on multi-file changes before opening a pull request?

Yes, static security scans can be applied across feature branches and multi-file changes before committing, pushing, or opening a pull request to verify all code changes meet security requirements.

How does the independent reviewer subagent prevent self-review in code verification?

The independent reviewer subagent enforces unbiased checks by running an automated review process separate from the author, preventing self-review and ensuring objective gate compliance on staged code changes.

Does the pre-commit auto-fix loop automatically correct common code issues?

Yes, the auto-fix loop automatically corrects common issues found during static security scans and quality gate checks, streamlining pre-commit verification by resolving detectable errors without manual intervention.