What problem does it solve? Manual code reviews are time-consuming and inconsistent, often missing critical security vulnerabilities, performance bottlenecks, or testing gaps that slip into production. ## Core Features & Use Cases - Multi-Category Analysis: Systematically checks code for security flaws (SQL injection, XSS, hardcoded secrets), performance issues (N+1 queries, memory leaks), code quality problems (duplication, poor naming), and testing gaps. - Structured Review Output: Produces a standardized report with severity tiers (Critical, Suggestions, Nits) plus positive feedback, each issue including file location, explanation, and suggested fix. - Use Case: When a teammate opens a pull request adding a new API endpoint, run this review to catch an unparameterized SQL query and missing error handling before merge. ## Quick Start Review the changes in this pull request and flag any security, performance, or code quality issues with suggested fixes.