Initial commit
This commit is contained in:
23
commands/t.md
Normal file
23
commands/t.md
Normal 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.
|
||||
Reference in New Issue
Block a user