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 review feedback focused on what actually matters: correctness, security vulnerabilities, maintainability, and performance issues. ## Core Features & Use Cases - Prioritized Feedback: Issues are marked as blockers (security vulnerabilities, data loss risks, race conditions), suggestions (missing validation, unclear naming, missing tests), or nits (style inconsistencies, documentation gaps). - Educational Explanations: Every issue includes the reasoning behind it and concrete fix suggestions, such as parameterized query examples for SQL injection risks. - Use Case: Paste a pull request diff and receive a complete review with a summary, specific line-level comments on security and performance concerns, praise for good patterns, and clear next steps. ## Quick Start Ask the agent to review your code snippet or pull request diff and provide prioritized feedback on security, correctness, and maintainability.