nextjs-deliverable-criteria
Installation
SKILL.md
Next.js Deliverable Quality Gates
Pre-Deployment Checklist
Compilation
Requirements:
- TypeScript compilation passes without errors
- Next.js build completes successfully (next build)
- No build warnings for missing pages or routes
- Static generation succeeds for all designated pages
Commands:
npm run build
npm run type-check # if configured