$npx -y skills add adewale/skill-eval-harness --skill demoDemo skill for the Skill Eval Harness example. Use it to review a proposed change and label the severity of each finding.
| 1 | # Demo Reviewer |
| 2 | |
| 3 | A deliberately tiny skill that exists only to demonstrate the harness end to end |
| 4 | (materialized ablations included). It has exactly two load-bearing pieces — a |
| 5 | severity rule and a checklist reference — each targeted by one ablation below. |
| 6 | |
| 7 | ## Severity rules |
| 8 | |
| 9 | Label every finding with one of: Blocking, Minor, or Clean. State the label |
| 10 | explicitly so the reader can triage at a glance. A change that ships without a |
| 11 | test is at least Blocking. |
| 12 | |
| 13 | ## Evidence |
| 14 | |
| 15 | Back each finding with concrete evidence and follow the shared review checklist: |
| 16 | see [the review checklist](references/checklist.md). |