Skip to content
doraval
Esc
navigateopen⌘Jpreview

scenarios.yaml

Optional scenario list for skill coverage during LLM review.

Optional file next to a skill. Missing is fine.

- when: "User asks to deploy without tests"
  expect: "Refuse and require the test suite to pass first"
  must_not: "Run deploy immediately"

when and expect are required. must_not is optional.

LLM review (tier 3) checks each scenario. Uncovered items become Findings. Bad YAML is a structure Finding.

dora review --deep ./path/to/skill-dir

Review tiers · Commands

Was this page helpful?