What problem does it solve? Reviewing React and Next.js changes for performance and best-practice violations is time-consuming, and generic advice often ignores project-specific decisions. This Skill audits only the changed code against Vercel React best practices, prioritizing high-impact issues like waterfalls, bundle regressions, and hydration problems. ## Core Features & Use Cases - Diff-Focused Audit: Inspects only changed files and applies only the rules relevant to those changes, respecting project AGENTS.md or CLAUDE.md decisions. - Severity-Ranked Report: Groups findings into critical, high, medium, and low, each with category, file and line reference, rationale, and the smallest reasonable fix. - Use Case: After modifying a Next.js data-fetching component, run the audit to catch a sequential-fetch waterfall and unnecessary client-side loading before merging the pull request. ## Quick Start Ask the assistant to audit the changed React and Next.js files in the current diff against Vercel best practices and report the highest-impact issues.