What problem does it solve? Reviewing code changes manually is slow and inconsistent, and it is easy to miss security regressions, requirement gaps, or missing tests hidden inside a diff. This Skill performs a disciplined, read-only review of a precisely bounded change and produces severity-ranked, evidence-backed findings. ## Core Features & Use Cases - Bounded Diff Review: Freezes an exact base/head or working-tree scope and evaluates only that change, never unrelated pre-existing code. - Severity-Ranked Findings: Ranks confirmed issues by user impact and exploitability, each with location, failure scenario, evidence, and remediation direction. - Dual Reports: Emits machine-readable JSON and human-readable Markdown reports with identical finding IDs and ordering. - Use Case: Before merging a pull request, ask for a review of the branch against its merge base and receive a report flagging a high-severity authorization regression with a missing negative test. ## Quick Start Review the current branch against its merge base and report any defects, security regressions, or missing tests with severity rankings.