How this skill is triggered — by the user, by Claude, or both
Slash command
/oh-my-ccg:doctorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Diagnose the oh-my-ccg installation and identify issues.
Diagnose the oh-my-ccg installation and identify issues.
rpi_state_read → verify responseask_codex(agent_role="architect", prompt="ping") → verify responseask_gemini(agent_role="designer", prompt="ping") → verify responsecodex --version via Bashgemini --version via Bashnpx openspec --version (optional dependency)npx tsc --noEmitoh-my-ccg Doctor Report:
✅ Plugin manifest (.claude-plugin)
✅ Hooks (8/8 scripts found)
✅ MCP tools server (rpi_state_read responded)
✅ MCP codex server (ask_codex responded)
❌ MCP gemini server (ask_gemini failed — gemini CLI not found)
✅ State directory (.oh-my-ccg/)
✅ Codex CLI (codex v1.x.x)
❌ Gemini CLI (not found)
✅ OpenSpec (v1.1.1) — optional
✅ Node.js (v22.x.x)
✅ TypeScript (zero errors)
Issues found: 2
[W1] Gemini CLI not installed. Multi-model routing will fall back to Codex only.
Fix: npm install -g @google/gemini-cli
[W2] MCP gemini server not responding.
Fix: Install Gemini CLI, then restart Claude Code to reload MCP servers.
If --fix flag is present, attempt to resolve issues automatically:
npx claudepluginhub 1molchuan/oh-my-ccg --plugin oh-my-ccgRuns a full health check on cc-suite setup, explains issues, and auto-fixes them. Use at session start or after updating cc-suite.
Runs comprehensive diagnostics on Claude Code environment: plugins, settings, hooks, MCP servers. Identifies issues, supports --fix and --verbose.
Runs 11 categories of environment diagnostics for Claude Octopus — checks providers, auth, config, hooks, and scheduler to find misconfigurations before they cause workflow failures.