Full diagnostic of the orchestrator workspace installation. Checks global components (skills, rules, agents), local structure (hooks, settings, workspace.md), and repo health (CLAUDE.md, test frameworks). Use: /doctor
Run a comprehensive health check of the orchestrator installation.
# Version
cat ~/.claude/.orchestrator-version 2>/dev/null || echo "NOT INSTALLED"
Check existence of:
~/.claude/skills/ — count skill directories (expect 10+)~/.claude/rules/context-hygiene.md~/.claude/rules/model-routing.md~/.claude/agents/team-lead.md~/.claude/agents/implementer.md~/.claude/agents/workspace-init.md~/.claude/agents/e2e-validator.mdFind orchestrator dir (./workspace.md or ./orchestrator/workspace.md).
Check:
workspace.md exists and is configured (no [UNCONFIGURED])constitution.md exists and has rulesplans/ directory existsplans/_TEMPLATE.md existstemplates/ directory exists.claude/settings.json exists and has hooks config.claude/hooks/ — count .sh files, verify executable permissions.sessions/ directory existse2e/ directory existsjq --version 2>/dev/null || echo "MISSING"
git --version 2>/dev/null || echo "MISSING"
docker compose version 2>/dev/null || echo "MISSING (optional, for E2E)"
gh --version 2>/dev/null || echo "MISSING (optional, for PRs)"
For each directory in ../ with .git/:
.claude/settings.json? (yes/no)git worktree list — flag any in /tmp/# Check for stale /tmp/ worktrees
ls -d /tmp/*-session-* /tmp/e2e-* 2>/dev/null
Present results as a markdown table:
| Check | Status | Detail |
|-------|--------|--------|
| Installed version | ✅ | v4.5.0 |
| Skills (12/10) | ✅ | |
| workspace.md | ✅ | Configured |
| jq | ✅ | jq-1.7 |
| docker | ⚠️ | Not installed (optional) |
| repo: api | ✅ | PHP/Laravel, CLAUDE.md ✓ |
| repo: front | ⚠️ | Vue/Quasar, CLAUDE.md ✗ |
| Orphan worktrees | ✅ | None |
End with:
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer