-
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 the direct workflow commands below when you know what you need; open the menu only when unsure.
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 |
FE manual TC from story AC/EC — coverage + quality review, optional Test Type column, CSV/Excel/Test.md, Jira comment, four-axis final review report |
/tc-api-prep |
API TC from spec + Swagger — coverage review, row ordering (happy path first), CSV/Excel/Test.md, Jira comment |
/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/deprecated/*/WORKFLOW.md.
Contributor commands (Claude Code only):
| Command | Purpose |
|---|---|
/helix-check |
Run helix-regression-check.sh before merge |
/helix-release |
Regression check → push to main (CI bumps VERSION) |
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.
| Format | When |
|---|---|
| CSV / Excel | Default for spreadsheets and Jira attachments |
| Jira comment | Markdown table + attachment link (with post-publish review) |
| Test.md | Optional — agent-native hand-off for Kane CLI / Playwright agents |
Spec: test-md-format.md