What problem does it solve? Code reviews often drown in noise: vague suggestions, style nitpicks, and low-confidence guesses that waste reviewer and author time. This Skill provides a structured review methodology that weights every issue by confidence, suppresses common false positives, and produces a clear APPROVE/WARNING/BLOCK verdict. ## Core Features & Use Cases - Severity-Tiered Checklist: Categorizes findings into CRITICAL (security, data loss, race conditions), HIGH (breaking changes, performance regressions, missing tests), MEDIUM, and LOW so reviewers know what blocks a merge. - Confidence Weighting (0.0-1.0): Every reported issue requires a confidence score, concrete line citations, and a described failure mode; anything below 0.5 without evidence is suppressed. - Verdict & Template System: Outputs a standardized review report with summary, verdict, tiered issues, positives, and a testing checklist. - Use Case: When reviewing a teammate's or AI-generated PR, run the checklist to catch SQL injection or N+1 queries as blockers while filtering out noise like "consider adding error handling" on already-handled paths. ## Quick Start Review the current pull request using the code-review checklist and give me a confidence-weighted verdict with line-cited issues.