Install
1
Install the plugin$
npx claudepluginhub horuz-ai/claude-plugins --plugin nextjsWant just this command?
Add to a custom plugin, then install with one command.
Description
Run a full diagnostic scan of the Next.js application
Allowed Tools
BashRead
Command Content
Run a comprehensive diagnostic of the Next.js application using the MCP server.
Workflow
Execute these checks in sequence:
- Errors Check - Call
get_errorsfor build/runtime/type errors - Project Health - Call
get_project_metadatafor config issues - Logs Analysis - Call
get_logsand scan for warnings/errors - Dev Server Status - Verify the dev server is responding
Output Format
Present 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.
Stats
Stars1
Forks0
Last CommitDec 2, 2025
Actions