Skip to content

Commands Reference

thitichaya edited this page May 28, 2026 · 8 revisions

Commands reference

Helix menu (/helix)

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 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.


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.

Clone this wiki locally