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 time pressure. This Skill applies a structured review checklist so critical issues like injection risks, N+1 queries, and missing error handling are not overlooked. ## Core Features & Use Cases - Security Audit: Checks for OWASP top 10 issues including SQL injection, XSS, CSRF, hardcoded secrets, path traversal, and SSRF. - Performance Analysis: Detects N+1 queries, memory leaks, algorithmic complexity problems, missing indexes, and resource leaks. - Correctness & Maintainability Review: Flags edge cases, race conditions, error handling gaps, naming issues, duplication, and missing test coverage. - Use Case: Paste a PR URL or diff before merging and receive a structured report with critical issues, suggestions, positive observations, and an approve/request-changes verdict. ## Quick Start Ask the AI to review a pull request URL, pasted diff, or file path for security, performance, and correctness issues before merging.