Files
2025-11-29 18:24:27 +08:00

492 B

description, allowed-tools
description allowed-tools
Generate comprehensive test suite for specified files Read(*), Grep(*), Glob(*), Edit(*), Write(*), Bash(*)

Have the test-suite-generator agent create a comprehensive test suite for $ARGUMENTS.

Requirements:

  1. Unit tests for all functions and classes
  2. Integration tests for APIs if applicable
  3. Edge cases and error scenarios
  4. Achieve 80%+ code coverage
  5. Include test execution instructions

After generating tests, run them to verify they pass.