skill-eval
Installation
SKILL.md
Skill Eval
Test a skill with parallel eval runs and iterate based on results.
Input
SKILL_PATH = $ARGUMENTS
If empty: AskUserQuestion("Which skill do you want to test? Provide the path.")
Workflow
Step 1: Validate Skill Exists
If not exists(SKILL_PATH/SKILL.md):
ERROR "No SKILL.md found at SKILL_PATH"