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