skill-testing-framework
Installation
SKILL.md
Skill Testing Framework
Overview
This skill provides a comprehensive framework for testing skills at multiple levels: unit tests for individual components, integration tests for complete workflows, and regression tests to catch breaking changes. It includes scripts for generating test templates, running test suites, and validating outputs against baselines.
When to Use This Skill
Use this skill when:
- Building a new skill and want to add tests from the start
- Updating an existing skill and need to verify it still works correctly
- Running regression tests to ensure changes don't break existing functionality
- Validating that skill outputs match expected results
- Creating a test suite for a skill