What problem does it solve? Code reviews are often inconsistent, superficial, or miss critical issues like security vulnerabilities and logic errors. This Skill provides a systematic review framework with checklists, severity levels, and structured feedback templates so every pull request gets thorough, actionable scrutiny. ## Core Features & Use Cases - Structured Review Checklists: Covers correctness, security, performance, maintainability, testing, and code style with concrete verification questions. - Severity-Based Feedback: Classifies findings as CRITICAL, MAJOR, MINOR, SUGGESTION, or PRAISE so teams know what blocks a merge versus what is optional. - Anti-Pattern Detection: Flags common problems like silent failures, callback hell, god functions, SQL injection, and hardcoded secrets with before/after code examples. - Use Case: Before merging a teammate's authentication PR, run a review that catches a missing auth check on the password-change endpoint and unhashed password storage, then deliver formatted feedback with severity labels. ## Quick Start Review this pull request and provide feedback organized by severity level with specific line references and suggested fixes.