Skill QA Harness
Workflow
- •Inventory skills in
.agents/skills(and optionally~/.agents/skills). - •Validate structure, frontmatter, and duplicate names.
- •Run repository quality gate (lint, test, build) before skill checks.
- •Execute prompt-based checks using
.agents/skills/skilltest/tests/cases/*.cases.json. - •Report pass/fail per skill with actionable fixes.
Commands
- •Validate skills:
node .agents/skills/skilltest/scripts/validate-skills.mjs - •Run tests:
node .agents/skills/skilltest/scripts/run-skill-tests.mjs
Output
- •Produce a concise report with ✅/❌ per skill and fix suggestions.