Agent skill
doctor
诊断和修复 oh-my-ccg 安装问题
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/doctor-1molchuan-oh-my-ccg
SKILL.md
oh-my-ccg Doctor
Diagnose the oh-my-ccg installation and identify issues.
Checks
- Plugin installed: Verify .claude-plugin exists and is valid JSON
- Hooks registered: Verify hooks/hooks.json exists and all script files present
- MCP servers responding:
- oh-my-ccg-tools: Call
rpi_state_read→ verify response - oh-my-ccg-codex: Call
ask_codex(agent_role="architect", prompt="ping")→ verify response - oh-my-ccg-gemini: Call
ask_gemini(agent_role="designer", prompt="ping")→ verify response
- oh-my-ccg-tools: Call
- State directory: Verify .oh-my-ccg/ directory structure exists
- Codex CLI: Test
codex --versionvia Bash - Gemini CLI: Test
gemini --versionvia Bash - OpenSpec available: Test
npx openspec --version(optional dependency) - Node.js version: Verify >= 18.x
- TypeScript build: Run
npx tsc --noEmit
Output
oh-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.
Auto-fix
If --fix flag is present, attempt to resolve issues automatically:
- Create missing directories
- Regenerate config files with defaults
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?