-
Notifications
You must be signed in to change notification settings - Fork 0
Commands Reference
thitichaya edited this page Jun 12, 2026
·
8 revisions
You do not have to start with /helix. Use direct workflow commands when you know the goal.
Claude Code: /helix · Others: skill helix
Menu text (single source): menu-text.md
| # | Workflow | Claude Code | Skill name |
|---|---|---|---|
| 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 | /testing-ticket |
testing-ticket-workflow |
| 5 | Create bug | /create-bug |
create-bug-workflow |
| 6 | Other | Ask in chat | — |
Each command loads skills/{name}/SKILL.md (stub → WORKFLOW.md):
| Command | Purpose |
|---|---|
/tc-fe-prep |
FE manual TC — coverage, Test Type option, four-axis final review |
/tc-api-prep |
API TC from spec + Swagger — post-publish verification |
/retest-bug |
Verify fix, evidence, transition |
/testing-ticket |
Playwright for one ticket |
/create-bug |
File bugs on Jira/GitHub |
Invoke by skill name from ~/.cursor/skills/ (or project .github/skills/):
-
tc-fe-prep-workflow,tc-api-prep-workflow,retest-bug-workflow,testing-ticket-workflow,create-bug-workflow
Each stub loads the full procedure from skills/deprecated/*/WORKFLOW.md.