492 B
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:
- Unit tests for all functions and classes
- Integration tests for APIs if applicable
- Edge cases and error scenarios
- Achieve 80%+ code coverage
- Include test execution instructions
After generating tests, run them to verify they pass.