What problem does it solve? Code reviews are often inconsistent, with reviewers missing security vulnerabilities, edge cases, or test gaps. This Skill provides a systematic checklist-driven review process that produces structured findings with severity levels and line references. ## Core Features & Use Cases - Comprehensive Checklists: Covers correctness, code quality, testing, security, performance, documentation, and style in a single review pass. - Focused Review Modes: Run targeted security, performance, or API reviews with dedicated checklists for each domain. - Structured Findings Report: Generates findings categorized as Critical, Major, and Minor with file locations and concrete fix suggestions, plus a verdict (Approve, Request Changes, or Comment). - Use Case: Before merging a pull request, invoke the review to scan the diff for SQL injection risks, missing error handling, and untested edge cases, then receive a formatted report with blocking issues and constructive feedback. ## Quick Start Ask Claude to review the staged changes or a specific file using the review checklist and report any security or correctness issues.