Run a full diagnostic scan of the Next.js application
Runs comprehensive diagnostics on Next.js applications to identify build, type, and runtime issues.
/plugin marketplace add horuz-ai/claude-plugins/plugin install nextjs@horuzRun a comprehensive diagnostic of the Next.js application using the MCP server.
Execute these checks in sequence:
get_errors for build/runtime/type errorsget_project_metadata for config issuesget_logs and scan for warnings/errorsPresent a health report:
## Application Health Report
✅ Build Status: [passing/failing]
✅ Type Checking: [passing/X errors]
✅ Runtime: [stable/X issues]
✅ Dev Server: [running on port XXXX]
### Issues Found
[List any problems with severity and suggested fixes]
### Recommendations
[Any optimization suggestions]
Be concise - this is meant for a quick health check.