demo-reviewer
Demo skill for the Skill Eval Harness example. Use it to review a proposed change and label the severity of each finding.
npx skills add adewale/skill-eval-harness --skill demo --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Demo Reviewer A deliberately tiny skill that exists only to demonstrate the harness end to end (materialized ablations included). It has exactly two load-bearing pieces — a severity rule and a checklist reference — each targeted by one ablation below. ## Severity rules Label every finding with one of: Blocking, Minor, or Clean. State the label explicitly so the reader can triage at a glance. A change that ships without a test is at least Blocking. ## Evidence Back each finding with concrete evidence and follow the shared review checklist: see [the review checklist](references/checklist.md).
- Severity rules
- Evidence
What does the demo-reviewer skill do?
Demo skill for the Skill Eval Harness example. Use it to review a proposed change and label the severity of each finding.
How do I install it?
Run `npx skills add adewale/skill-eval-harness --skill demo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From adewale/skill-eval-harness, a repository with 62 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
