What problem does it solve?
When creating or modifying Skills for Agent platforms, it is hard to verify that they guide Agents correctly in real usage scenarios, and ad-hoc testing risks accidentally modifying the original Skill files. This Skill provides a fully isolated testing workflow that preserves the integrity of the original Skill while generating actionable test evidence.
Core Features & Use Cases
- Isolated Test Environment: Copies the target Skill to a temporary isolated path, ensuring no changes are made to the original Skill during testing.
- Multi-Scenario Prompt Testing: Runs default or custom test prompts covering Q&A, simple operations, and complex operations to simulate real user needs.
- Structured Evidence Reports: Generates traceable Markdown reports with test results, issue prioritization, scoring, and minimal modification suggestions for Skill maintainers.
- Use Case: After you develop a new Skill for cross-platform app development, use this Skill to run a full test suite to confirm it works as expected without altering your original Skill code.
Quick Start
Use the skill-test Skill to run an isolated validation test on your target Skill by providing its directory path and the target project working directory.