Skip to content
doraval
Esc
navigateopen⌘Jpreview
On this page

dora scan

Scan the repo for agent surfaces, skill health, contradictions, and next actions.

dora
dora scan

Default entrypoint. Read-only diagnosis of agent context in the current (or --cwd) directory.

Options

Flag Meaning
--format table|json Human table or machine JSON (default table)
--ci Machine mode (implies --format json)
--cwd <path> Directory to scan

Exit codes

Code Meaning
0 Clean (or informational only)
1 Issues found
2 Could not run

Examples

dora --format json | jq '.summary'
dora --ci --cwd "$GITHUB_WORKSPACE"

Was this page helpful?