-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Run the doctor first:
bash ~/.helix/tc-fe-prep/scripts/helix-doctor.sh
HELIX_DOCTOR_FIX=1 bash ~/.helix/tc-fe-prep/scripts/helix-doctor.shCause: Session started before install, plugin cache not refreshed, or legacy helix@local enabled.
Fix:
- Re-run install:
curl -sL https://raw.githubusercontent.com/Thitic9203/helix/main/scripts/install.sh | bash - Sync plugin:
bash ~/.helix/tc-fe-prep/scripts/claude-plugin-sync.sh - Start a new Claude Code session.
- Confirm skills exist:
ls ~/.claude/skills/ | grep helix - Use
helix@helixonly — do not enablehelix@local.
Cause: Global skills folder missing or not linked.
Fix:
bash ~/.helix/tc-fe-prep/scripts/link-skills.shReload the IDE or agent session. See Supported-AI-Agents for expected paths.
Cause: HELIX_AUTO_UPDATE=0, offline, or interval not elapsed (default 4h).
Fix:
HELIX_FORCE_UPDATE=1 HELIX_AUTO_UPDATE_VERBOSE=1 bash ~/.helix/tc-fe-prep/scripts/helix-auto-update.shCheck log: ~/.helix/auto-update.log
Fix: From repo root:
HELIX_LINK_WORKSPACE=$PWD ~/.helix/tc-fe-prep/scripts/link-skills.shCommit .github/skills/ symlinks if your team shares the repo.
Cause: Broken symlinks, stale Cursor cache, or editing a copy instead of ~/.helix/tc-fe-prep.
Fix:
cd ~/.helix/tc-fe-prep && git pull
ls -la ~/.cursor/skills/helix # should point into tc-fe-prep
bash ~/.helix/tc-fe-prep/scripts/link-skills.shCursor: Reload Window after pull.
Fix: Manual clone:
git clone https://github.com/Thitic9203/helix.git ~/.helix/tc-fe-prep
cd ~/.helix/tc-fe-prep && ./scripts/setup.shHelix skills stop and report when a required tool is unavailable. Provide Jira access, log in via browser for UI steps, or run Playwright from the project that has tests installed.
Workspace guides (optional): references/*-guide.md in your application repo.
Cause: Literal <br> in cells, truncated table, or missing rows.
Helix runs post-publish review on the live Jira comment before reporting done. If you see issues: