Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:47:23 +08:00
commit eb42d25f7b
51 changed files with 9966 additions and 0 deletions

23
commands/t.md Normal file
View File

@@ -0,0 +1,23 @@
---
description: "[Express] Generate tests - alias for /generate-tests"
allowed-tools: Read, Write, Glob, Grep
---
# Express Test (/t)
Quick alias for test generation. Uses the same functionality as `/generate-tests`.
## Usage
- `/t` - Generate tests for recent changes
- `/t <file-path>` - Generate tests for specific file
- `/t <function-name>` - Generate tests for specific function
$ARGUMENTS
Generate comprehensive tests including:
1. Unit tests for individual functions
2. Edge cases and boundary conditions
3. Error handling scenarios
4. Integration tests where appropriate
Use the project's existing test framework and conventions.