requesting-code-review

Automate pre-commit verification with static security scans and quality gates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates pre-commit verification to catch security issues, enforce quality gates, and route changes through an independent reviewer workflow.

Core Features & Use Cases

  • Automated static security scan, baseline-aware quality gates, independent reviewer subagent, and auto-fix loop before changes land.
  • Works after implementing a feature or fix and before git commit, push, or PR, across scenarios with multiple files or subagent-driven tasks.

Quick Start

Run the pre-commit verification on your changes to ensure security, quality gates, and reviewer checks before committing.

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 checks before pushing changes?▼

Automate pre-commit code review by running static security scans, baseline-aware quality gates, and an independent reviewer subagent to verify changes before committing or pushing. This workflow catches security issues and enforces quality automatically.

What is baseline-aware quality gate verification in a pre-commit hook?▼

Baseline-aware quality gate verification checks code changes against existing project standards during pre-commit, ensuring new modifications meet static security and quality thresholds before a pull request is opened.

How do I prevent an AI agent from verifying its own code changes in subagent-driven development?▼

Prevent AI agents from verifying their own code by routing changes through an independent reviewer subagent that evaluates deterministic checks and reports findings separately from the implementation agent.

Can I automatically fix security and quality issues found during pre-commit verification?▼

Yes, you can automatically fix security and quality issues found during pre-commit verification using an optional auto-fix loop that resolves detected problems before the code proceeds to commit or pull request.

Does pre-commit static security scanning work for multi-file tasks?▼

Yes, pre-commit static security scanning is specifically designed for multi-file tasks and subagent-driven development scenarios, verifying all changes across affected files before a git commit or push.

When should I run an independent code reviewer subagent instead of manual checks?▼

Run an independent code reviewer subagent after implementing features or fixes and before opening a pull request, especially when multiple files are involved or tasks are driven by subagents to ensure deterministic verification.