What problem does it solve? Manual code reviews are inconsistent and often miss critical issues like security vulnerabilities, N+1 queries, or resource leaks. This Skill provides a structured, checklist-driven review process so every pull request or diff is evaluated against the same rigorous standards. ## Core Features & Use Cases - Four-Pillar Review Framework: Evaluates code across correctness and logic, security (OWASP Top 10), performance and scalability, and maintainability and clean architecture. - Structured Review Output: Produces categorized feedback with critical blockers, improvement suggestions, positive highlights, and actionable fix snippets. - Use Case: When a teammate submits a pull request touching database queries and API endpoints, use this Skill to check for SQL injection risks, N+1 query problems, missing input validation, and improper exception handling before approving. ## Quick Start Review this pull request diff for security vulnerabilities, performance issues, and clean code violations.