doctor
Run omi readiness diagnostics for commands, skills, state files, and team/hook safety posture.
Purpose
Use this skill to diagnose setup or workflow drift before starting autonomous or multi-agent execution.
Trigger
- User reports command/skill not working as expected
- Team wants a preflight health check before autonomous loops
- Session has repeated blockers with unclear root cause
Workflow
- Select diagnostic scope (
status,team, orhooks). - Check extension assets and command/skill readiness.
- Check state integrity under
.iflow/state/when available. - Classify findings (
critical,major,minor) and list actions. - Recommend a safe next command to continue.
Output Template
## Doctor
- scope:
- overall:
## Findings
| Severity | Area | Finding | Fix |
| --- | --- | --- | --- |
## Next Command
- ...