Skip to content
thitichaya edited this page Jun 12, 2026 · 13 revisions

Helix Wiki

Canonical docs: README on GitHub on main. Mirrors docs/wiki/Home.md.

Version: 1.5.29 · VERSION · Releases: releases


What is Helix?

Portable QA skill pack for AI coding agents (Agent Skills / SKILL.md):

  • TC FE prep — AC/EC coverage, optional Test Type, CSV/Excel/Test.md, four-axis final review
  • TC API prep — spec + Swagger coverage, row ordering, post-publish verification
  • Testing ticket — Playwright on one Jira ticket
  • Retest bug — verify fix, post evidence, transition
  • Create bug — file issues on Jira or GitHub

Full agent list: Supported-AI-Agents


Skill layout (discovery stubs)

Layer Path
Discovery stub skills/{name}/SKILL.md → symlinked to ~/.cursor/skills/, etc.
Full procedure skills/deprecated/{name}/WORKFLOW.md
Claude Code commands/*.md/helix, /tc-fe-prep, …

After install, helix-doctor.sh expects 6 skills linked: helix + five *-workflow stubs.


Install

See Installation. Quick start:

curl -sL https://raw.githubusercontent.com/Thitic9203/helix/main/scripts/install.sh | bash
bash ~/.helix/tc-fe-prep/scripts/helix-doctor.sh

Usage

Goal Claude Code Other agents
FE test cases /tc-fe-prep tc-fe-prep-workflow
API test cases /tc-api-prep tc-api-prep-workflow
Retest bug /retest-bug retest-bug-workflow
Test ticket /testing-ticket testing-ticket-workflow
Create bug /create-bug create-bug-workflow
Menu /helix skill helix

Details: Commands-Reference · menu-text.md


Update

Auto-update on new Claude Code / Cursor session (default). Manual: HELIX_FORCE_UPDATE=1 bash ~/.helix/tc-fe-prep/scripts/helix-auto-update.sh

Full detail: README — Update


Workflow docs

Workflow Stub Procedure
Router helix
TC FE SKILL.md WORKFLOW.md
TC API SKILL.md WORKFLOW.md
Retest SKILL.md WORKFLOW.md
Testing ticket SKILL.md WORKFLOW.md
Create bug SKILL.md WORKFLOW.md

All six registered in plugin.json.


More

Clone this wiki locally