dora review
Deep multi-tier review of skills — structure, heuristics, LLM, sessions.
dora review [PATH]
PATH is a skill dir or project root (default .).
Tiers
- Structure — parseable manifests, required fields, path consistency
- Heuristics — dead refs, duplicates, keyword-level memory violations
- LLM — judgment when a judge model is configured
- Sessions — real-session adherence (adapters land over time)
Tiers that cannot run are skipped unless required by a flag.
Options
| Flag | Meaning |
|---|---|
--quick |
Tiers 1–2 only (no LLM) |
--deep |
Require LLM tier; exit 2 if no judge |
--sessions |
Require session tier (planned; currently a no-op when adapters missing) |
--all |
Review every artifact under the path |
--fail-on error|warning |
Exit 1 trigger (default error) |
--format table|json |
Output format |
--ci |
Machine mode (implies JSON) |
--cwd <path> |
Working directory override |
Examples
dora review ./skills/deploy
dora review --quick .
dora review --deep ./skills/deploy
dora review --all --quick --ci
dora review CLAUDE.md