What problem does it solve? Code reviews are often inconsistent, with reviewers missing security vulnerabilities, anti-patterns, or edge cases under time pressure. This Skill provides a systematic checklist covering correctness, security, performance, code quality, testing, and documentation so every review follows the same rigorous standard. ## Core Features & Use Cases - Structured Review Checklist: Covers correctness, security (including AI-specific risks like prompt injection), performance, code quality, testing, and documentation. - Anti-Pattern Detection: Flags magic numbers, deep nesting, long functions, and untyped code with concrete before/after examples. - Standardized Review Comments: Uses a severity-tagged comment convention (🔴 blocking, 🟡 suggestion, 🟢 nit, ❓ question) for clear, actionable feedback. - Use Case: When a teammate asks you to review a pull request, apply this checklist to systematically catch a SQL injection risk, an unhandled null case, and missing unit tests before approval. ## Quick Start Review my pull request using the code review checklist and flag any security or quality issues.