test-ts
Installation
SKILL.md
TypeScript Test Skill
Generate unit tests by analyzing the source file's functions, branches, and logic flow.
Commands
| Command | Description |
|---|---|
/test-ts create <path> |
Create tests for a file, folder, or module |
/test-ts update <path> |
Update existing tests |
<path> can be:
- A file:
utils.tsor#File - A folder:
src/lib/or#Folder - A module name:
auth,user-service
Tip: Use Kiro's #File or #Folder context to quickly reference paths.