Skip to content
doraval
Esc
navigateopen⌘Jpreview

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:

  1. Agent surfaces — which agents look configured (CLAUDE.md, skills dirs, …)
  2. Health — skill/manifest issues with short reasons
  3. 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.

Was this page helpful?