skill-eval

Run structured evaluations measuring trigger accuracy, stability, and gate behavior for Claude Skills.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill skill-eval-brucebanner010198-commits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-eval
Source: https://github.com/brucebanner010198-commits/DevSecOps-Agency/tree/main/skills/skill-eval
Command: npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill skill-eval-brucebanner010198-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an automated evaluation harness that validates the quality and readiness of agency skills by running structured tests against a benchmark prompt set, scoring outputs, and reporting metrics with variance analysis. It enables iterative improvement of a skill's triggering description and serves as a gate for releases.

Core Features & Use Cases

  • Structured evaluation harness: runs prompts against a skill, collects pass/fail, timing, tool usage, and evidence for auditability.
  • Release gating: supplies gate evidence for CEVO and gate-auditor, ensuring skills behave as intended before merge.
  • Drift detection: re-evaluates skills when behavior changes, enabling regression detection and patching.

Quick Start

Run the evaluation harness against a SKILL.md to quickly validate its trigger accuracy and stability.

Frequently Asked Questions about skill-eval

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I evaluate Claude skills for trigger accuracy and stability?

You can evaluate Claude skills by running a structured evaluation harness that tests benchmark prompts against a SKILL.md file, measuring trigger accuracy, stability, pass rates, timing, tool usage, and evidence.

What is skill release gating and how does it validate new plugins?

Skill release gating enforces quality requirements by running structured evaluations that supply gate evidence, ensuring new plugins behave as intended and pass benchmark thresholds before merging.

How do I detect drift in Claude skills after behavior changes?

To detect drift in Claude skills, re-evaluate the skill against reference benchmarks to identify regressions, compare metrics like pass rate and timing, and patch the training data or prompts iteratively.

Can I use a benchmark evaluation to iteratively improve skill prompts?

Yes, you can use benchmark evaluation metrics such as pass rate, timing, and tool usage to iteratively improve skill triggering descriptions, prompts, and training data for better accuracy.

What metrics does a skill evaluation harness export for auditing?

A skill evaluation harness exports metrics including pass rate, timing, tool usage, and evidence, providing variance analysis and auditability for benchmark prompt sets.