Use when reviewing a Next.js marketing site or app for production readiness, before go-live, or when users report visual or functional bugs. Covers 26-point checklist across CRITICAL, HIGH, MEDIUM, LOW severity.
Instalación
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Use when reviewing a Next.js marketing site or app for production readiness, before go-live, or when users report visual or functional bugs. Covers 26-point checklist across CRITICAL, HIGH, MEDIUM, LOW severity.
Next.js Production Bug Audit
Overview
Systematic bug-finding checklist for Next.js sites before or after deployment. Finds broken forms, dead links, mobile overflow, accessibility gaps, security issues, and content inconsistencies.
When to Use
Before deploying a Next.js site to production
After user reports "something looks wrong"
When inheriting a codebase and need to assess quality
Quarterly production health checks
Audit Procedure
Run the build — npm run build catches TypeScript errors and build failures
Fetch the live page — curl -s https://site.com and check content
Read every component — systematic file-by-file review
Classify by severity — CRITICAL (broken functionality) to LOW (polish)
26-Point Checklist
CRITICAL — Blocks user actions
#
Check
What to look for
1
Form actions
Placeholder URLs like YOUR_FORM_ID, your-link, example.com
2
Auth security
Raw passwords in cookies, missing httpOnly/secure flags
3
Embed URLs
Calendly/Stripe/third-party embeds pointing to profile pages not booking/checkout