What problem does it solve?
This Skill helps teams review Next.js App Router code for correctness, performance, and maintainability issues before they become production bugs. It reduces time spent diagnosing avoidable problems in routing, rendering boundaries, metadata, caching, and deployment configuration.
Core Features & Use Cases
- File and route conventions: Checks special files, dynamic segments, parallel routes, intercepting routes, and proxy or middleware placement.
- React Server Component safety: Flags invalid client component patterns, non-serializable props, and broken server or client boundaries.
- Async and data patterns: Validates async params, cookies, headers, server actions, route handlers, and better fetch placement.
- SEO and media optimization: Guides metadata setup, open graph images, font loading, image optimization, scripts, hydration fixes, and suspense boundaries.
- Use case: Review an App Router project and identify the highest-impact fixes needed to align it with current Next.js best practices.
Quick Start
Review this Next.js project and list the best-practice violations, risky patterns, and recommended fixes.