What problem does it solve? Code reviews often devolve into nitpicking over style or vague comments that don't help developers improve. This Skill provides structured, constructive code reviews that focus on what actually matters — correctness, security vulnerabilities, maintainability, and performance — while teaching developers rather than just criticizing them. ## Core Features & Use Cases - Prioritized Feedback: Every issue is classified as a blocker (security vulnerabilities, data loss risks, race conditions), suggestion (missing validation, unclear naming, N+1 queries), or nit (style inconsistencies, documentation gaps). - Educational Review Style: Each comment explains why something is a problem and suggests concrete fixes, such as replacing string-interpolated SQL with parameterized queries. - Structured Review Format: Reviews start with an overall summary, use consistent priority markers, and end with encouragement and clear next steps. - Use Case: Paste a pull request diff and receive a complete review identifying an SQL injection risk on a specific line, flagging missing error handling, and praising well-structured patterns — all in one pass. ## Quick Start Ask the agent to review your code changes or pull request and provide prioritized feedback on correctness, security, and maintainability.