Scan
Run bare dora to see agent surfaces, skill health, and next actions.
Your first command is the default:
dora
# same as:
dora scan
Read-only. No writes, no LLM. Output covers:
- Agent surfaces — which agents look configured (CLAUDE.md, skills dirs, …)
- Health — skill/manifest issues with short reasons
- Next — numbered commands to run next (
dora fix …,dora review …)
Useful flags:
dora --format json
dora --ci # implies JSON
dora --cwd /path/to/repo
Full reference: dora scan.
Next: Fix mechanical issues the scan found.