What problem does it solve? Reviewing code changes consistently is hard: reviewers miss security flaws like SQL injection or hardcoded secrets, and feedback quality varies. This Skill provides a structured checklist and response format so every review covers security, error handling, code quality, and testing concerns. ## Core Features & Use Cases - Security-First Checklist: Flags hardcoded credentials, missing input validation, SQL injection via string concatenation, path traversal, and missing authorization checks. - Structured Review Format: Produces feedback organized into Summary, Critical Issues, Suggestions, and Questions sections. - Language-Specific Patterns: Includes concrete Python and JavaScript examples of common vulnerabilities and their safe alternatives. - Use Case: When a teammate opens a pull request, use this Skill to audit the diff for injection risks, missing error handling, and untested edge cases, then deliver constructive feedback in a consistent format. ## Quick Start Review the attached pull request diff for security vulnerabilities and code quality issues using the code review checklist.