Skip to content
doraval
Esc
navigateopen⌘Jpreview
On this page

R027 · scenario-coverage

LLM: documented scenarios covered

What LLM-tier: documented scenarios in scenarios.yaml are covered by the skill’s guidance.
Why Shipping without evals is guessing. Scenarios encode should-handle and should-ignore cases so you do not optimize the trigger in one direction only.

How to fix

  1. Keep scenarios.yaml valid (R013).
  2. Mix happy-path, ignore/negative, and one edge case.
  3. Define success per scenario (outcome, not exact path).
  4. After description changes, re-run review — most regressions are trigger mismatches (R025).

Was this page helpful?