Skill Evaluation
SkillMediaLets your agent design, run, and interpret evaluations that test whether a skill actually works as intended.
Available today. Use it from your connected AI after setup.
No other account needed.
Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.
Then ask your AI: use the Skill Evaluation skill
About this skill
Use this skill when designing, running, interpreting, or reporting Agent Skill evaluations, selecting cases or judges, and analyzing trigger, benchmark, or regression evidence; triggers include Skill evaluation and evaluation design.
What this skill tells your AI
The instructions your AI receives, as published by naodeng/awesome-qa-skills in skills/en/skill-engineering/skill-evaluation/SKILL.md and read by ahel’s review.
When to use
- Design realistic eval cases, positive/negative triggers, or regression cases for a Skill.
- Validate or run evaluations with
skill-upand interpret results and limitations. - Select deterministic, script, or semantic judges, or distinguish a benchmark from a version regression.
Output format options
- Default to a concise Markdown evaluation report with tables for case results and evidence states.
- Use JSON only when a downstream script needs machine-readable case results; keep the same evidence vocabulary and limitations.
How to use
- Read the Skill contract, existing
evals/, historical failures, and the current change scope. - Identify critical behavior and evidence dimensions: Outcome, Process, Style/Quality, and Efficiency; select only meaningful dimensions.
- Design HAPPY, INCOMPLETE, EXPLICIT_TRIGGER, IMPLICIT_TRIGGER, CONTEXTUAL_TRIGGER, NEGATIVE_TRIGGER, BOUNDARY, or REGRESSION cases.
- Prefer deterministic
rule_based; usescriptfor executable artifacts; use a calibratedagent_judgeonly when semantic judgment is necessary. - Run
skill-up validate; runskill-up runor the local trace runner only with authorized credentials and targets. Record run metadata, traces, judges, artifacts, and limitations. - Check Eval validity and distinguish Skill Defect, Eval Defect, Infrastructure Defect, and Unknown.
- Report results, evidence states, benchmark/regression conclusions, blocked checks, and recommended actions; add a regression case only after a real failure has a confirmed root cause.
Constraints
skill-upis the primary Eval Engine. Trace checks are a deep-evidence layer; do not create another Engine, Judge, Benchmark, or Quality Score.- A similar output is not observed trigger evidence; missing
skill.selectiontrace evidence isBLOCKED. skill-up validateis not runtime semantic validation. Static checks, CLI smoke, Project Done, and one semantic observation cannot be promoted automatically to release or business claims.- Do not modify the Skill or enter an unlimited optimization loop. Keep Benchmark (with/without Skill) separate from Version Regression (previous/current).
- Use
unknownfor unknown values; preserveNOT_RUN,UNASSESSED,BLOCKED, orINSUFFICIENT_EVIDENCEwhen evidence is incomplete.
Reference files
- Read
prompts/skill-evaluation.mdfor the complete execution and report contract. - Read the target Skill's
evals/and its fixtures before selecting a judge. - Use repository governance contracts and trace rules as optional deep references, never as private dependencies of a copied Skill.
Common pitfalls
- Treating
skill-up validateor a dry-run as proof of runtime or semantic effectiveness. - Calling a missing trigger event a negative result instead of
BLOCKED. - Mixing with/without Skill benchmarks with previous/current version regression.
Best practices
- Start with the smallest deterministic case that demonstrates the intended behavior.
- Record the exact run identity, judge, environment, unavailable evidence, and limitations.
- Convert only confirmed real failures into regression cases, and preserve the original evidence.
Progressive disclosure
- Read
prompts/skill-evaluation.mdbefore producing the report. - Read the target Skill's own
evals/first, then load fixtures, examples, and scripts as needed. - Repository Evaluation Contract and local trace rules are optional deep references; an independently installed Skill must not depend on their private files.
Pre-delivery checklist
- Every conclusion maps to a case, judge, and evidence state
- Run metadata, environment, model, and unexecuted checks are explicit
- Skill/Eval/Infrastructure/Unknown classifications are not conflated
- Trigger, benchmark, regression, and Quality Score boundaries are clear
Signals
- GitHub stars
- 229
- Forks
- 31
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Key
skill-evaluation-naodeng- Source
- github.com/naodeng/awesome-qa-skills