-
Notifications
You must be signed in to change notification settings - Fork 0
Commands Reference
thitichaya edited this page May 28, 2026
·
8 revisions
Claude Code: /helix
Other agents: invoke skill helix
Menu options:
| # | Workflow | Claude Code | Skill folder |
|---|---|---|---|
| 1 | TC FE Preparation | /tc-fe-prep |
tc-fe-prep-workflow |
| 2 | TC API Preparation | /tc-api-prep |
tc-api-prep-workflow |
| 3 | Retest bug | /retest-bug |
retest-bug-workflow |
| 4 | Testing ticket (Playwright) | /testing-ticket |
testing-ticket-workflow |
| 5 | Create bug | /create-bug |
create-bug-workflow |
| 6 | Other | Ask in chat | — |
You can pass a Jira key or URL with the command (e.g. /helix PROJ-123).
Menu source: commands/helix.md
| Command | Purpose |
|---|---|
/tc-fe-prep |
Manual FE test cases from story AC/EC + coverage/quality review |
/tc-api-prep |
API test cases from spec + Swagger + review |
/retest-bug |
Verify fix, evidence, Jira comment, transition |
/testing-ticket |
Playwright test for one ticket |
/create-bug |
File bugs on Jira or GitHub |
Each command is a thin entry point that loads the matching skills/*/SKILL.md.
Invoke by skill name (examples):
tc-fe-prep-workflowtc-api-prep-workflowretest-bug-workflowtesting-ticket-workflowcreate-bug-workflow
See Supported-AI-Agents and agent-entry.md.