What problem does it solve?
This Skill helps you create or run tests without fighting a project's existing conventions. It detects the framework, matches local patterns, and analyzes failures so you can validate code faster and with less guesswork.
Core Features & Use Cases
- Framework Detection: Identifies the test runner, file naming style, and assertion library already used in the repository.
- Test Generation: Creates targeted tests for a specific source file while mirroring the project's existing structure and helpers.
- Test Execution & Analysis: Runs the current suite, summarizes results, and explains failures with concrete next steps.
- Use Case: Ask it to generate tests for a changed module or run the suite after a refactor to catch regressions quickly.
Quick Start
Use the test skill to generate tests for the specified source file or run the existing test suite and report any failures.