Skip to content

skill judge

skill judge (and the top-level judge command) are convenient aliases for evaluating the latest session against one specific skill.

Terminal window
dora skill judge ./skills/my-skill/
dora judge my-skill
dora eval --skill my-skill

All 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 interpretation
  • dora eval history
  • Configuration via dora init and dora config set eval.model
Terminal window
# Most ergonomic for a single skill
dora judge ./path/to/skill/
# Or from anywhere
dora eval --skill improve --verbose

judge 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.