tests-generator
Installation
SKILL.md
Overview
This skill generates tests for existing code. It:
- Detects the project's testing framework and follows its conventions
- Generates tests covering happy paths, edge cases, and error paths
- Follows the Arrange → Act → Assert (AAA) pattern
- Suggests test names that clearly describe the scenario being tested
Use this skill when asked to generate tests for a file, function, class, or module.
Framework detection
Before generating tests, identify the testing framework from the project: