requesting-code-review

Automate pre-commit code verification with static security scans and auto-fix loops.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-commit verification ensures that code changes are validated before they reach the main branch by running static security scans, applying baseline-aware quality gates, routing through an independent reviewer subagent, and performing an auto-fix loop.

Core Features & Use Cases

  • Static security scans, baseline-aware quality gates, and an independent reviewer subagent to validate changes before commit.
  • Auto-fix loop that can address common issues automatically while preserving developer intent.
  • Clear, fail-closed guidance for when verification does not pass, integrated into local git workflows.

Quick Start

Use the requesting-code-review skill after making code changes and before committing to surface issues and apply automatic fixes locally.

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 for local git workflows?

Automate pre-commit code review by applying static security scans, baseline-aware quality gates, and an independent reviewer subagent to validate changes before committing. This workflow runs locally to surface issues and apply automatic fixes before code reaches the main branch.

What is baseline-aware quality verification for secure commits?

Baseline-aware quality verification evaluates code changes against existing project standards using static security scans and a policy engine. It ensures fail-closed guidance by blocking commits that do not meet baseline security and quality requirements before they are pushed.

Can I use static security scans to auto-fix code before pushing to a remote repository?

Yes, you can use static security scans with an auto-fix loop to address common issues automatically before pushing. The system attempts to resolve detected vulnerabilities while preserving developer intent, providing fail-closed guidance if verification does not pass.

Do I need configured scanners and a policy engine for pre-commit code verification?

Yes, pre-commit code verification requires configured scanners, a policy engine, and a defined workflow to produce fail-closed results. These components are necessary to execute static security scans, apply quality gates, and trigger the auto-fix loop across multi-file changes.

When should I run a pre-commit code review on multi-file changes?

Run pre-commit code review after making code changes and before committing, pushing, or opening pull requests. It is specifically designed to validate multi-file changes locally, ensuring static security scans and independent reviewer checks pass before integration.