requesting-code-review

Automates pre-commit verification with security scans, baseline tests, and an auto-fix loop.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/rnben/hermes-skills --skill requesting-code-review-rnben
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/rnben/hermes-skills/tree/main/plugins/dev-workflow-skills/skills/requesting-code-review
Command: npx skills add https://github.com/rnben/hermes-skills --skill requesting-code-review-rnben

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

  • Automated diff capture and static security scans for added lines
  • Baseline tests and linting to enforce project norms
  • Independent reviewer subagent for second opinions before merging
  • Auto-fix loop that suggests or applies safe changes and re-checks
  • Use Case: After implementing a feature, run the verification before commit to catch regressions and security issues

Quick Start

Run the pre-commit verification pipeline on your working tree before committing to enforce security checks, quality gates, and auto-fix cycles.

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

Automate pre-commit code review by running a verification pipeline that captures diffs, performs static security scans on added lines, and runs baseline tests to ensure code meets quality and security requirements before committing.

What is an independent reviewer subagent and how does it work in code verification?

An independent reviewer subagent acts as a second opinion during code verification, evaluating changes against security and quality gates before merge, providing actionable feedback to the developer without requiring manual peer review.

How do I set up an auto-fix loop for static analysis and linting errors?

Set up an auto-fix loop by configuring the verification pipeline to suggest or apply safe changes automatically, then re-run static analysis and linting checks to confirm the code passes baseline quality gates before commit.

Can I run pre-commit verification on feature branches and pull requests?

Yes, the pre-commit verification pipeline applies directly to feature branches and pull requests, running static security scanning, baseline tests, and an independent reviewer to ensure changes meet merge requirements.

What is the best way to catch security regressions before pushing code?

The best way to catch security regressions before pushing is to execute a multi-stage pre-commit gate that performs static security scanning on added lines and runs baseline tests to detect regressions and security issues early.