Review
Multi-tier quality gate — structure, heuristics, LLM, sessions.
dora review .
dora review ./skills/deploy
dora review --all
dora review --quick . # structure + heuristics only
dora review --deep ./skills/foo # require LLM tier (exit 2 if no judge)
dora review --all --quick --ci # CI gate
Tiers that can run do run; LLM and sessions auto-skip when unavailable (unless --deep / --sessions require them).
Project principles from memory apply automatically as a rubric.
Full reference: dora review · Review tiers.
Next: Scaffold new context with dora new.