generate_skill_tests
Generates YAML test cases from a SKILL.md file, covering explicit, implicit, contextual, and negative categories to validate AI agent skills.
Instructions
Auto-generate test cases from a SKILL.md file. Call this when the user asks to create tests for a skill — it reads the skill definition and generates a ready-to-run YAML test suite covering explicit, implicit, contextual, and negative test categories. After generating, call run_skill_test to execute them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of test cases to generate (default: 10) | |
| skill_path | Yes | Path to the SKILL.md file to generate tests from | |
| output_path | No | Where to save the generated test YAML (default: same directory as SKILL.md) |