What problem does it solve? Code review often degrades into rubber-stamping — approvals given on visual inspection without running tests, checking CI, or tracing logic. This Skill enforces a verification-first review discipline so findings are grounded in evidence before anything lands. ## Core Features & Use Cases - Three review modes: changes reviews uncommitted local work before committing, pr reviews a single pull request before merging, and multi-pr fans out parallel subagent reviews across several PRs with cross-PR findings and merge-order recommendations. - Severity-ranked findings: Every issue is categorized as Blocker, Suggestion, Nit, or Question with concrete fixes and file:line references, evaluated across ten dimensions including correctness, security, and error handling. - Anti-rationalization gates: Hard gates block approval until verification commands have been run, and a red-flags checklist catches excuses like "tests probably pass" or "it's just a refactor." - Use Case: Before merging a teammate's PR, run the pr mode to fetch the diff via gh, review it against the dimension checklist, and post a gated gh pr review only after your approval. ## Quick Start Ask the AI to review the current uncommitted changes or a specific pull request, for example by saying "review PR #42 before I merge it."