What problem does it solve? Manually reviewing pull requests and diffs for security vulnerabilities, performance bottlenecks, and logic errors is time-consuming and easy to get wrong under deadline pressure. This Skill applies a structured review checklist so critical issues like injection risks, N+1 queries, and missing error handling are caught before merge. ## Core Features & Use Cases - Security Audit: Checks for OWASP top 10 issues including SQL injection, XSS, CSRF, exposed secrets, path traversal, and SSRF. - Performance & Correctness Analysis: Detects N+1 queries, memory leaks, algorithmic complexity problems, race conditions, and edge-case gaps. - Structured Review Output: Produces a summary, severity-ranked issue tables, suggestions, positive observations, and an approve/request-changes verdict. - Use Case: Paste a PR URL or diff before merging and receive a prioritized list of critical issues with file and line references, plus actionable fix suggestions. ## Quick Start Ask the assistant to review a pull request URL, pasted diff, or file path for security and performance issues before merging.