generate-tests
Installation
SKILL.md
Generate Tests Skill
You will analyze code and generate high-quality unit tests for a given target.
Target to test: $ARGUMENTS
Quality Standards
- Take your time to analyze the code thoroughly before generating test cases.
- Quality is more important than speed — read all relevant source files and rules carefully.
- Do not skip any step in the workflow below. Every step exists for a reason.
- Do not take shortcuts with test data — read the actual classes to use correct constructors and fields.
Instructions
Step 1: Read Rules and Analyze Context
Related skills