What problem does it solve? Code reviews often become inconsistent, overly nitpicky, or delayed, letting bugs slip through while frustrating developers. This Skill provides a structured review process with checklists, severity labels, and feedback techniques so reviews catch real issues while staying constructive. ## Core Features & Use Cases - Phased Review Process: Guides reviewers through context gathering, high-level design review, line-by-line analysis, and a summarized verdict. - Severity-Labeled Feedback: Uses blocking, important, nit, suggestion, and praise labels so authors know exactly what must change before merge. - Language-Specific Checklists: Includes Python and TypeScript/JavaScript anti-patterns plus security and performance checklists. - Use Case: When reviewing a teammate's 300-line pull request, use this Skill to systematically check for race conditions, SQL injection risks, and test coverage gaps, then deliver grouped feedback with a clear approve or request-changes decision. ## Quick Start Review this pull request for correctness, security, and performance issues and give me feedback grouped by severity.