From skill-cefailures
Diagnose the broker setup — a 5-point health check covering $PATH, the CLI symlink, server reachability, the Bash(broker:*) permission, and version drift.
How this command is triggered — by the user, by Claude, or both
Slash command
/skill-cefailures:doctorbroker/The summary Claude sees in its command listing — used to decide when to auto-load this command
Read `skills/broker/docs/health-check.md` in this plugin and walk through the diagnostic procedure exactly as written. Three fixes — symlink, permission, version match — can be applied with the user's confirmation. The remaining two — adding `~/.local/bin` to `$PATH`, starting the server — are user actions; surface them as instructions, don't try to perform them. Report findings as a checklist (✓ / ✗) so the user can see at a glance what's healthy and what isn't.
Read skills/broker/docs/health-check.md in this plugin and walk through the diagnostic procedure exactly as written.
Three fixes — symlink, permission, version match — can be applied with the user's confirmation. The remaining two — adding ~/.local/bin to $PATH, starting the server — are user actions; surface them as instructions, don't try to perform them.
Report findings as a checklist (✓ / ✗) so the user can see at a glance what's healthy and what isn't.
npx claudepluginhub brocef/skill-cefailures --plugin skill-cefailures/doctorRuns diagnostic checks on pro-workflow and Claude Code setup including installation, hooks functionality, context health, CLAUDE.md size, git status, and settings.
/doctorDiagnoses the Repowise setup — checks installation, API keys, and index/store consistency — and optionally repairs drift.
/doctorDiagnoses babysitter run health (optional run-id uses most recent), checking 10 areas: journal integrity, state cache, effects, locks, sessions, logs, disk usage, and more. Produces structured report with PASS/WARN/FAIL statuses.
/doctorRuns Lean4 diagnostics on environment, plugin structure, workspace build, and MCP tools; detects legacy migrations and stale files for cleanup. Supports env, migrate [--global], cleanup [--apply] modes.
/doctorChecks KARIMO installation health across files, templates, GitHub auth, CLAUDE.md, and version. Provides issues and recommendations. Supports --test for quick 4-test verification.
/doctorDiagnoses OCR setup by checking installation files, Git availability, optional GitHub CLI authentication, and reports readiness status.