How this command is triggered — by the user, by Claude, or both
Slash command
/nextjs:nextjs-diagnoseThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Run a comprehensive diagnostic of the Next.js application using the MCP server. ## Workflow Execute these checks in sequence: 1. **Errors Check** - Call `get_errors` for build/runtime/type errors 2. **Project Health** - Call `get_project_metadata` for config issues 3. **Logs Analysis** - Call `get_logs` and scan for warnings/errors 4. **Dev Server Status** - Verify the dev server is responding ## Output Format Present a health report: Be concise - this is meant for a quick health check.
Run 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.
npx claudepluginhub horuz-ai/claude-plugins --plugin nextjs/optimizeAnalyzes Next.js app for performance issues in components, data fetching, bundles, images, and caching; generates optimization report with recommendations.
/f5-doctor⚠️ DEPRECATED: Automatically redirects to /f5-status doctor subcommand, passing $ARGUMENTS like --verbose or --fix for project diagnostics and auto-fixes.
/seo-auditAudits Next.js project directory for SEO, scans pages/components, generates detailed report with 0-100 score across 6 dimensions and prioritized fix suggestions.
/nextjsDesigns Next.js App Router architecture with layouts, Server/Client components, data fetching patterns, rendering strategies, middleware, and optimizations. Outputs directory structure, strategy maps, best practices audit. Supports --audit, --migrate, focused modes.