What problem does it solve? Manually reviewing code across security, performance, QA, and style dimensions is time-consuming and easy to do inconsistently. This Skill applies a structured, severity-classified checklist to any file so nothing important gets missed. ## Core Features & Use Cases - Four-Dimension Review: Checks bugs/QA (type safety, error handling, edge cases), security (XSS, SQL injection, auth, secrets), optimization (re-renders, N+1 queries, bundle size, caching), and code quality (DRY, SOLID, naming, consistency). - Severity-Classified Reports: Outputs findings as Critical, Warning, or Suggestion with file/line references, current code, recommended fixes, and reasoning. - Category Filtering: Run a full review or focus on a single category such as performance via a --category argument. - Use Case: Before merging a pull request for a Next.js API route, run the review to catch missing session checks, unhandled promise rejections, and N+1 Airtable queries, then receive a prioritized fix list. ## Quick Start Ask the AI to run a code review on a specific file, for example: review app/api/events/[id]/register/route.ts for security and performance issues.