Skip to content
doraval
Esc
navigateopen⌘Jpreview
On this page

dora fix

Auto-fix review findings — mechanical diffs first; judgment items for your agent.

dora fix [PATH]

Applies mechanical fixes from scan/review findings. Always shows diffs; asks before writing unless --yes.

Options

Flag Meaning
--yes Pre-approve all fixes (agents / CI)
--dry-run Show diffs; write nothing
--brief Emit an agent-ready prompt for judgment fixes
--format table|json Output format
--ci Machine mode (implies JSON)
--cwd <path> Working directory override

Examples

dora fix
dora fix ./skills/deploy
dora fix --dry-run
dora fix --yes
dora fix --brief

Was this page helpful?