requesting-code-review

Automate pre-commit verification with security scans, quality gates, and reviewer subagents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates pre-commit verification pipeline to catch issues before commits by running static security scans, enforcing baseline-aware quality gates, and coordinating an independent reviewer subagent and an auto-fix loop.

Core Features & Use Cases

  • Static security scan of staged changes to surface vulnerabilities
  • Baseline-aware quality gates to enforce standards across revisions
  • Independent reviewer subagent to prevent self-review and improve objectivity
  • Auto-fix loop to automatically repair minor issues
  • Workflow guardrails: Use after implementing a feature or bug fix and before pushing to a remote repository

Quick Start

Run the pre-commit verification pipeline before committing to ensure all checks pass.

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 static security scans?

Baseline-aware quality gates enforce code standards by checking revisions against an established baseline. They ensure scoped checks like diff retrieval, static analysis, and style compliance are met before allowing a git commit.

How does an independent reviewer subagent prevent self-review in pull requests?

An independent reviewer subagent prevents self-review by acting as an automated third-party inspector for your staged changes. It catches mistakes and improves objectivity across multiple files and tasks in subagent-driven development.

Can I automatically fix linting and style compliance issues before a git commit?

Yes, you can automatically fix minor linting and style compliance issues using an auto-fix loop. This loop runs during the pre-commit verification pipeline to repair detected issues without requiring manual intervention.

When should I run automated pre-commit verification in my development workflow?

You should run automated pre-commit verification after implementing a feature or bug fix and before pushing to a remote repository. It is also applicable during pull request reviews to ensure all staged changes pass quality gates.