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

  1. Identify the target component or service.
  2. List edge cases and happy paths.
  3. Create a test file (e.g., *.test.ts or *.spec.ts).
  4. Implement unit tests using the project's test runner (Jest/Vitest).
  5. Run tests ensuring coverage and pass/fail correctness.

Didn't find tool you were looking for?

Be as detailed as possible for better results