Skip to content

Commands Reference

thitichaya edited this page Jun 12, 2026 · 8 revisions

Commands reference

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.

Helix menu (/helix) — optional

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


Direct workflow commands (Claude Code)

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)

Other agents

Invoke by skill name (examples):

  • tc-fe-prep-workflow
  • tc-api-prep-workflow
  • retest-bug-workflow
  • testing-ticket-workflow
  • create-bug-workflow

See Supported-AI-Agents and agent-entry.md.


TC prep delivery formats

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

Clone this wiki locally