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.
This analyzes your skill structure and creates a template with unit, integration, and regression test sections.
Edit the generated test file to add specific test cases. Use assets/testtemplate.json as a reference for test case structure.
Provides test cases and validation tools for skills. Use when creating tests for a new skill, adding regression tests after skill updates, running test suites to verify skill functionality, or validating that skill outputs match expected results. Supports unit tests, integration tests, and regression tests with input/output pair validation. Source: exploration-labs/nates-substack-skills.