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. - Feedback Techniques and Severity Labels: Provides question-based feedback patterns, suggestion-over-command phrasing, and severity labels (blocking, important, nit, suggestion, praise) to keep reviews constructive. - Language-Specific Checklists: Includes Python and TypeScript/JavaScript anti-patterns plus security, performance, and testing checklists for systematic coverage. - Use Case: When reviewing a teammate's 300-line pull request, use this Skill to produce a structured review summary with strengths, required changes, suggestions, and a clear verdict. ## Quick Start Ask the agent to review a pull request or code file using code review best practices and return structured feedback with severity labels.