What problem does it solve? Reviewing pull requests and phase implementations by hand is inconsistent and easy to miss critical issues like missing Supabase RLS policies, swallowed errors without Sentry reporting, or race conditions in async React code. This Skill provides a structured, repeatable review workflow with stack-specific checklists and a standardized severity-classified report. ## Core Features & Use Cases - Stack-specific checklists: Loads targeted review criteria for React 19, TypeScript, Tailwind CSS 4, shadcn/ui, Supabase, Sentry, React Query, and React Hook Form based on which files changed. - Severity classification: Categorizes every finding as blocking, important, nit, or suggestion, with a standardized Markdown report including statistics, positives, and a merge recommendation. - Common issue catalog: Ships a reference of frequent mistakes (missing RLS, useEffect data fetching, service_role key leaks, N+1 queries) with wrong/right code examples. - Use Case: After finishing an implementation phase, run the review against the changed files to produce a review-faza-X.md report listing a blocking issue like a table without RLS, plus nits like obsolete forwardRef usage, before merging. ## Quick Start Ask the assistant to review the changed files of the current phase or pull request using the code-review skill and generate the classified report.