Skip to content
doraval
Esc
navigateopen⌘Jpreview

Fix

Apply mechanical fixes with diffs first; always asks before writing.

When the scan (or review) lists auto-fixable issues:

dora fix
dora fix ./skills/deploy
dora fix --dry-run          # show diffs, write nothing
dora fix --yes              # pre-approve (agents / CI)
dora fix --brief            # agent-ready prompt for judgment items

Mechanical fixes (rename fields, missing frontmatter, path mismatches) show as unified diffs and apply per-file on approval.

Judgment items (vague descriptions, missing guardrails) are not auto-written. Use --brief to copy a prompt into your coding agent, then re-run dora review.

Full reference: dora fix.

Next: Review for multi-tier quality.

Was this page helpful?