requesting-code-review

Enforce a pre-commit pipeline with security scans, quality gates, and auto-fix.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pre-commit verification pipeline ensures that code changes undergo static security scans, baseline-aware quality gates, an independent reviewer subagent, and an auto-fix loop before committing, pushing, or opening a PR.

Core Features & Use Cases

  • Static security scan of diffs, baseline tests and linting, and automatic review flow.
  • Independent reviewer subagent to ensure a second pair of eyes and reduce self-verification bias.
  • Auto-fix loop and self-review checklist to catch issues early and maintain code quality.

Quick Start

Run the pre-commit verification pipeline on your staged changes 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 run an automated pre-commit code review on staged changes?

The pre-commit verification pipeline works by enforcing static security scans, baseline-aware quality gates, and an independent reviewer subagent. It uses an auto-fix loop to automatically remediate detected issues before you commit or push code.

Can I prevent self-review bias during automated code verification?

Yes, you can prevent self-review bias by using the independent reviewer subagent. This enforces separation of duties, ensuring a second pair of eyes reviews your changes without developer self-verification.

Does the pre-commit pipeline support auto-fix for failing static security scans?

Yes, the pre-commit pipeline supports auto-fix for failing static security scans. It employs an auto-fix loop and self-review checklist to catch issues early and maintain code quality through automated remediation.

What is the best way to enforce static security scans before opening a pull request?

The best way to enforce static security scans before opening a pull request is applying a pre-commit verification pipeline. It provides deterministic checks, auditability, and automated remediation for your staged diffs.

When do I need a baseline-aware quality gate in my code review workflow?

You need a baseline-aware quality gate in your code review workflow when you want to ensure new diffs meet quality standards without failing on existing code. It runs alongside static security scans before you commit or push.