skill judge will send a skill to an LLM for qualitative review — assessing clarity, completeness, and effectiveness beyond what deterministic checks can catch.
doraval skill judge <path> [options]Why a separate command?
Section titled “Why a separate command?”validate and drift are deterministic and run locally with zero network calls. judge is different:
- Requires an API key or local model
- Non-deterministic — same input may produce different output
- Slower — network round-trip vs. instant local checks
- Optional — fast CI uses
validate+drift; deep feedback usesjudge
Options
Section titled “Options”| Flag | Short | Description |
|---|---|---|
--format <type> | -f | table (default) or json |
--agent <name> | -a | Force a specific agent adapter |
--verbose | -v | Show detailed diagnostics |