npx claudepluginhub horuz-ai/claude-plugins --plugin nextjsRun 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.
/doctorAudits project health read-only, reporting failing checks, drifts, missing items, and user decisions needed. Supports --quick, --json, --fix preview|apply, --version.
/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.
/health-checkRuns a comprehensive health check: auto-detects relevant auditors, runs them in parallel, produces a unified report. Optional exclusions (e.g., 'skip memory skip energy').
/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.
Share bugs, ideas, or general feedback.
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.