skill judge
skill judge (and the top-level judge command) are convenient aliases for evaluating the latest session against one specific skill.
dora skill judge ./skills/my-skill/dora judge my-skilldora eval --skill my-skillAll three delegate to the same underlying doraval eval machinery.
See the full documentation on the eval page, including:
- Interactive recent-session selection
- How the LLM judge produces the adherence checklist
familiarity,closure, and verdict interpretationdora eval history- Configuration via
dora initanddora config set eval.model
Quick reference
Section titled “Quick reference”# Most ergonomic for a single skilldora judge ./path/to/skill/
# Or from anywheredora eval --skill improve --verbosejudge exists so you can stay in the muscle memory of validate / drift / judge when working on a skill. Under the hood it is exactly eval --skill.