What problem does it solve? Code reviews often miss security vulnerabilities, complexity hotspots, and test gaps because reviewers lack a systematic process. This Skill enforces a multi-pass review covering correctness, security, UX, performance, and test quality, producing structured JSON findings with severity ratings and autofix diffs. ## Core Features & Use Cases - Multi-Pass Review: Systematically checks correctness, security (injection, auth, secrets, SSRF), UX, performance, simplicity, and test coverage against repository standards. - Deterministic Analysis Scripts: Runs cyclomatic complexity analysis, dependency vulnerability checks via npm audit, and Supabase RLS policy validation on SQL migrations. - Structured JSON Output: Emits findings with P0-P3 severity levels, file:line evidence, unified-diff autofixes, and CI commands. - Use Case: Before merging a Supabase Edge Function PR, run the review to verify pinned dependency versions, RLS policies on new tables, smoke test presence, and CORS headers—blocking P0 issues like version mismatches. ## Quick Start Review the current diff for security issues, complexity hotspots, and missing tests, then output findings as JSON with severity ratings and autofix suggestions.