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.
Workflow
Related skills
More from habonn/portal-skills
daily-commit-summary
|
26commit
Smart git commit workflow using Conventional Commits format with AI-generated commit message suggestions based on staged changes.
22skill-auditor
|
11e2e
Create or update Playwright E2E tests following the project's Page Object Model structure. Use /e2e create for new modules or /e2e update for existing ones.
6sprint-commit-summary
|
6test-go
Generate Go unit tests by analyzing source file flow and ensuring 80%+ coverage.
5