requesting-code-review

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates pre-commit code verification to enforce security scans, quality gates, and auto-fix loops before commits.

Core Features & Use Cases

  • Ensures diffs are safely reviewed before commit, applying a structured verification to catch defects.
  • Runs static scans, linting, and policy checks, with an independent reviewer subagent when needed.
  • Use case: when preparing a feature branch or bug fix for merge, trigger this skill to verify changes.

Quick Start

Run a structured pre-commit verification before committing to ensure security scans, linting, and policy checks across the repository.

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?

Automate pre-commit code review by running a structured verification workflow that extracts Git diffs, executes static scans, and applies linting. This catches security vulnerabilities and quality gate failures before changes are committed.

What is a pre-commit verification workflow for feature branches?

A pre-commit verification workflow is a multi-step process that reviews code diffs before merging. It executes baseline tests, runs policy checks, and triggers an independent reviewer subagent to ensure bug fixes and feature work are defect-free.

Does this pre-commit linting and security scan work with any Git repository?

Yes, the automated pre-commit verification applies to feature work and bug fixes across Git repositories. It enforces quality gates and security scans universally during commit preparation without requiring specific external dependencies.

Can I auto-fix linting and security issues before a Git commit?

Yes, the pre-commit review process implements auto-fix loops for identified issues. It runs static scans and linting sequentially, automatically resolving detected defects before allowing the commit to proceed.

What is the best way to enforce quality gates during commit preparation?

The best way to enforce quality gates is using an automated pre-commit skill that runs static scans, linting, and policy checks. It independently reviews diffs and loops auto-fixes to catch issues early during commit preparation.

Why use an independent reviewer subagent for pre-commit code checks?

An independent reviewer subagent provides an objective layer of analysis during pre-commit code checks. It evaluates extracted diffs and baseline test results to catch defects that standard automated linting and static scans might miss.