Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:24:27 +08:00
commit bc466f2f39
24 changed files with 5371 additions and 0 deletions

15
commands/test.md Normal file
View File

@@ -0,0 +1,15 @@
---
description: Generate comprehensive test suite for specified files
allowed-tools: 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.