Agent Skills: test-suite-create

Creates a comprehensive test suite for a feature

UncategorizedID: cpa03/blueprintify/test-suite-create

Install this agent skill to your local

pnpm dlx add-skill https://github.com/cpa03/blueprintify/tree/HEAD/.opencode/skill/test-suite-create

Skill Files

Browse the full folder contents for test-suite-create.

Download Skill

Loading file tree…

.opencode/skill/test-suite-create/SKILL.md

Skill Metadata

Name
test-suite-create
Description
Creates a comprehensive test suite for a feature

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.