What problem does it solve? Code reviews often become inconsistent, slow, or demoralizing when reviewers lack a systematic approach, leading to missed bugs, nitpicky feedback, and stalled pull requests. ## Core Features & Use Cases - Structured Four-Phase Review Process: Guides reviewers through context gathering, high-level design review, line-by-line analysis, and a clear approve/comment/request-changes decision. - Severity-Labeled Feedback System: Uses labels like blocking, important, nit, suggestion, and praise to differentiate critical issues from optional improvements. - Language-Specific Checklists: Provides Python and TypeScript/JavaScript anti-patterns plus security, performance, and testing checklists. - Use Case: A senior engineer reviewing a 350-line pull request uses the phased process and security checklist to catch an SQL injection vulnerability, label it as blocking, and suggest a parameterized query fix with example code. ## Quick Start Review the attached pull request diff using the code review checklist and provide severity-labeled feedback with a final verdict.