What problem does it solve? Code reviews often lack structure: reviewers read diffs linearly, miss high-risk changes buried in large PRs, and produce inconsistent findings. This Skill provides a single review entry point that routes any review request through an ordered, risk-ranked process with pass/fail gates and a mandatory merge recommendation. ## Core Features & Use Cases - Risk-ranked routing: Ranks the diff by blast radius before reading, so the deepest checks land on the riskiest units, then runs sequential pass/fail gates covering build, tests, lint, secrets, layering, security, and contracts. - Test-quality judgement: Evaluates changed tests for vacuous assertions and unproven reds, and names specific missing test cases for high-risk untested code. - Stack-specific adjustments: Ships per-stack review extensions for Python, .NET, TypeScript, React, and Azure that merge in at scaffold time based on the project's detected stacks. - Use Case: A reviewer asked to review a pull request touching shared authentication code uses this Skill to rank the diff, run the checklist gates, judge the changed tests, and produce severity-ordered findings ending in a clear safe-to-merge or block recommendation. ## Quick Start Ask the agent to review this pull request and report findings with a merge recommendation.