Help us improve
Share bugs, ideas, or general feedback.
From context-os
Validates Context OS setup, repo graph availability, and local hook health in a repository. Runs doctor CLI or fallback shell checks for graph and Python hooks.
npx claudepluginhub sravan27/context-osHow this skill is triggered — by the user, by Claude, or both
Slash command
/context-os:doctorThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Prefer the CLI doctor when available:
Show current context-os graph status, git state, and recent session signals for the active repository.
Diagnoses Claude Code hooks setup by checking active hooks, file permissions, dependencies (jq, python3, node), env vars, settings.json integration, and recent activity logs.
Runs full diagnostic on Composure installation and project setup, checking plugin version, auth, hook integrity, binaries, graph state, companions, tasks, and remediation commands. Outputs status table or JSON.
Share bugs, ideas, or general feedback.
Prefer the CLI doctor when available:
context-os doctor --root .
If the binary is not installed, run the lightweight local checks:
test -f .context-os/repo-graph.json && echo "repo graph: present" || echo "repo graph: missing"
python3 hooks/python/build_repo_graph.py . >/dev/null && echo "graph builder: ok"
printf '{"prompt":"where is the main entrypoint","cwd":"%s"}\n' "$PWD" | python3 hooks/python/auto_context.py
Show the output and name the next concrete fix.