skill-evaluation

Evaluate agent skills against a structured framework with evidence-cited scoring.

47|4|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/fabricioctelles/skills --skill skill-evaluation-fabricioctelles
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-evaluation
Source: https://github.com/fabricioctelles/skills/tree/main/skills/skill-evaluation
Command: npx skills add https://github.com/fabricioctelles/skills --skill skill-evaluation-fabricioctelles

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill replaces subjective skill reviews with a consistent, evidence-cited framework for measuring quality, diagnosing failure modes, and prioritizing improvements.

Core Features & Use Cases

  • Weighted Scorecards: Evaluate invocation, structure, steering, and pruning across core and conditional criteria.
  • Failure Diagnosis: Identify premature completion, weak steering, duplication, sediment, sprawl, no-ops, and buried steps with specific defenses.
  • Trigger Evaluation: Test whether a model-invoked skill activates for relevant requests without leaking into adjacent tasks.
  • Use Case: Review a changed SKILL.md in CI, generate a weighted quality score, identify the highest-impact fixes, and gate the change below a defined threshold.

Quick Start

Use the skill-evaluation skill to audit the skill at the provided path and write an evidence-cited scorecard with a weighted overall grade.

Frequently Asked Questions about skill-evaluation

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

FAQPage Schema
How do I evaluate agent skills quality using a structured framework?▼

Evaluating agent skills requires a structured framework covering invocation, organization, steering, pruning, and implementation patterns to produce evidence-cited scorecards with weighted grades.

What is the best way to diagnose failure modes in SKILL.md files?▼

Diagnosing failure modes in SKILL.md files involves identifying premature completion, weak steering, duplication, sediment, sprawl, no-ops, and buried steps to apply specific defenses and prioritize fixes.

How do I test whether an agent skill triggers correctly for relevant requests?▼

Trigger testing evaluates whether a model-invoked skill activates for relevant requests without leaking into adjacent tasks, provided the agent access is available for evaluation.

Can I gate skill changes in CI using a weighted scorecard?▼

Gating skill changes in CI uses a weighted scorecard to generate an overall quality grade, blocking modifications that fall below a defined threshold to enforce consistent standards.

What are the limitations of trigger testing for skill evaluation?▼

Trigger testing limitations include requiring agent access to evaluate activation accurately; without it, the evaluation cannot test whether the skill leaks into adjacent tasks or activates properly.

Does skill evaluation work for comparing multiple agent skills?▼

Skill evaluation compares multiple agent skills by applying a structured framework with evidence-cited scoring, category classification, and weighted score computation across core and conditional criteria.