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
- Static security scan
- Baseline-aware quality gates
- Independent reviewer subagent
- Auto-fix loop
Core principle: No agent should verify its own work. Fresh context finds what you miss.
When to Use
- After implementing a feature or bug fix, before
git commit or git push
- When user says "commit", "push", "ship", "done", "verify", or "review before merge"
- After completing a task with 2+ file edits in a git repo
- After each task in subagent-driven-development (the two-stage review)
Skip for: documentation-only changes, pure config tweaks, or when user says "skip verification".
This skill vs github-code-review: This skill verifies YOUR changes before committing.
github-code-review reviews OTHER people's PRs on GitHub with inline comments.
Core Principle
No agent should verify its own work. Fresh context finds what you miss.
Quick Start
Use after code changes and before committing, pushing, or opening a PR.