skill-test
Installation
SKILL.md
Skill Test — skills-for-fabric Evaluation Framework
Manage the end-to-end evaluation framework for skills-for-fabric. This skill routes requests to the correct workflow based on user intent — adding tests, listing tests, running tests, viewing results, generating data, or checking coverage.
When to Use
- When a contributor wants to add evaluation test cases for a new or existing skill
- When someone asks to see what tests exist or what results look like
- When a user wants to run the test suite
- When reviewing eval metrics or checking which skills lack test coverage
Intent Routing
Parse the user request and route to the appropriate workflow:
| User Intent | Trigger Phrases | Action |
|---|---|---|
| Add evals | "add tests", "add evals", "add evals for missing skills", "create eval plan" | → Workflow: Add Evals |
| List tests | "list tests", "list evals", "show me the list of tests", "what tests exist", "show eval plans" | → Workflow: List Tests |
Related skills