What problem does it solve? Reviewing pull requests thoroughly is time-consuming and inconsistent—critical issues like SQL injection, N+1 queries, and missing edge-case handling often slip through when reviewers lack a systematic process. ## Core Features & Use Cases - Structured Review Workflow: Follows a five-step process (context, structure, details, tests, feedback) with checkpoints to ensure nothing is missed. - Security & Performance Detection: Identifies OWASP Top 10 vulnerabilities, N+1 queries, magic numbers, deep nesting, and missing error handling with concrete before/after code examples. - Prioritized Report Generation: Produces a categorized report (critical, major, minor, praise, questions) with a clear verdict of Approve, Request Changes, or Comment. - Use Case: When a teammate opens a pull request, invoke this Skill to audit the diff for injection risks and query performance, then receive a ready-to-post review report with actionable feedback. ## Quick Start Review the current pull request diff for security vulnerabilities, performance issues, and test coverage, then produce a prioritized review report.