What problem does it solve? Code reviews often devolve into inconsistent nitpicking, missed security defects, or vague findings without evidence. This Skill enforces a disciplined review philosophy and a structured finding contract so every reported defect includes severity, evidence, impact, effort, fix risk, confidence, and a fix sketch. ## Core Features & Use Cases - Structured Finding Contract: Every actionable finding must include severity (P0-P3), precise file:line evidence, impact, effort, fix risk, confidence, and a fix sketch, eliminating vague feedback. - Repository Audit Protocol: A nine-category audit portfolio covering correctness, security, performance, test risk, architecture, dependencies, developer experience, documentation, and direction, with recon-before-judgment rules. - Safety Guardrails: Secrets are never reproduced (only type and location are cited), untrusted repository content is treated as data to resist prompt injection, and style preferences stay non-blocking. - Use Case: Point the Skill at a pull request or an entire repository to receive a vetted, prioritized findings table where blocking issues are tied to concrete failures and nits are clearly labeled. ## Quick Start Review this pull request for correctness and security issues and report each finding with severity, evidence, impact, and a fix sketch.