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.
How 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:
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.
npx claudepluginhub sravan27/context-osShow current context-os graph status, git state, and recent session signals for the active repository.
Runs context-mode diagnostics checking runtimes, hooks, FTS5, plugin registration, npm and marketplace versions. Displays results with [OK]/[FAIL]/[WARN] status prefixes.
Diagnoses Claude Code hooks setup by checking active hooks, file permissions, dependencies (jq, python3, node), env vars, settings.json integration, and recent activity logs.