| name | verify-nextjs |
| description | Next.js/React verification checklist — components, data fetching, types, performance, Tailwind v4. |
| disable-model-invocation | true |
Skill: Verify Next.js
Purpose
Systematic verification checklist for Next.js/React code. Used by the reviewer agent after code execution.
Verification Process
1. Tests
2. Components
3. Data Fetching
Match the project's architecture mode (see CLAUDE.md / nextjs-patterns): SSR-centric projects use route-level conventions, frontend-centric projects manage state in client components.
4. Types
5. Performance
For a deeper performance pass, run the /react skill (react-best-practices) — its 57 rules across 8 categories are prioritized by impact.
6. Accessibility
7. Security
8. Code Quality
9. Development Environment
10. Styling — Tailwind v4 (Tailwind stacks only: shadcn / plain Next.js — skip for MUI)
Output
Produce a verification-report.md (same format as verify-django).