Agent skill
test-suite-create
Creates a comprehensive test suite for a feature
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/test-suite-create
SKILL.md
Procedure
- Identify the target component or service.
- List edge cases and happy paths.
- Create a test file (e.g.,
*.test.tsor*.spec.ts). - Implement unit tests using the project's test runner (Jest/Vitest).
- Run tests ensuring coverage and pass/fail correctness.
Didn't find tool you were looking for?