test-skill
Installation
SKILL.md
Test Skill
Run or generate test suites for any skill -- task, discipline, or orchestrator -- and track results across versions for regression detection.
Arguments: $ARGUMENTS -- skill identifier (e.g., creator-stack:write-note, path to skill dir) and optional flags (--generate, --headless, --tag <tag>). If no skill specified, ask which one.
Positioning: Complements skill-creator (which focuses on iterative skill improvement). This skill answers: "does this skill still work?" Test artifacts are schema-compatible with skill-creator for deeper analysis when needed.
Locate Target Skill
Find the skill to test:
- If argument matches
plugin:skillformat, resolve:<cwd>/<plugin>/skills/<skill>/SKILL.md(source mode -- marketplace repo)~/.claude/plugins/cache/*/<plugin>/*/skills/<skill>/SKILL.md(installed mode)
- If argument is a path, use directly
- If not found, list available skills and ask the user to clarify