What problem does it solve? Code reviews often miss critical issues like security vulnerabilities, edge cases, or inadequate test coverage because reviewers lack a consistent, structured process. This Skill provides a comprehensive checklist covering functionality, security, performance, code quality, tests, and documentation so nothing gets overlooked. ## Core Features & Use Cases - Structured Review Checklists: Step-by-step checklists for functionality, security, performance, code quality, tests, documentation, and git hygiene. - Concrete Code Examples: Side-by-side bad and good code snippets illustrating common issues like SQL injection, hardcoded secrets, and unclear naming. - Review Comment Templates: Ready-to-use Markdown templates for requesting changes, asking questions, and praising good code. - Use Case: When reviewing a pull request that adds a new API endpoint, walk through the security checklist to verify input validation, parameterized queries, and proper authentication before approving. ## Quick Start Review this pull request using the code review checklist and flag any security, performance, or test coverage issues.