olakai-monitor-doctor
Installation
SKILL.md
Self-Heal Local Coding Agent Monitoring
This skill diagnoses and repairs already-installed hooks-based monitoring for a local coding tool (Claude Code, Codex CLI, Cursor). Use it when monitoring seems broken: no events, missing KPIs, a deleted/404 agent, or a clobbered config.
First-time setup? Use
olakai-monitor-local-coding-agentinstead — it coversinit, what each tool captures, and KPI configuration. This skill is the repair half.
CLI requirement:
monitor list,monitor doctor,monitor repair, andagents minerequire olakai-cli ≥ 0.7.0. Older CLIs only haveinit/status/disable. Upgrade:npm install -g olakai-cli@latest.
The three commands, in order
If your monitoring seems broken, drive these in order. Always start with monitor list, then monitor doctor, then escalate to repair.
# 1. SEE — machine-wide picture: what's installed, where, and which entries are drifting.
olakai monitor list
# 2. DIAGNOSE — ordered health-check chain for the current workspace + tool.
olakai monitor doctor --tool claude-code # or codex / cursor
olakai monitor doctor --all # every workspace on this machine