apps/cli/src/templates/claude/skills/tx-cycle/SKILL.md
Run a tx cycle scan — sub-agent swarm for automated codebase issue discovery. Use when the user mentions "cycle", "scan", or "find issues".
npx skillsauth add jamesaphoenix/tx tx-cycleInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Before running tx cycle, ask the user these questions to build the right command:
--task-prompt): What area of the codebase should agents review?
Scan prompt (--scan-prompt): What should agents look for?
Number of agents (--agents N): How many parallel scan agents per round?
Fix mode (--fix): Should a fix agent run between scan rounds?
Dry run (--dry-run): Report findings without writing to the database?
Once you have the user's answers, construct and run:
tx cycle \
--task-prompt "User's task prompt" \
--scan-prompt "User's scan prompt" \
--agents 3
Add --fix for auto-fixing. Add --dry-run for a dry run.
tx ready workflowtx ready workflowdevelopment
Implement and verify design doc invariants by annotating tests and source code with [INV-*] / @spec tags, then driving tx spec coverage from BUILD toward HARDEN (100% FCI). Works with any design doc that has an invariants block.
data-ai
Link tasks to paired PRD/design specs, export all open work to markdown, and keep Ralph-style loops moving by creating tasks, subtasks, and dependency updates through tx primitives.
development
Refresh bundled tx Claude Code and Codex skills in a project from the canonical tx source without manual copy and paste.
development
Run Ralph against either the full repo queue or tasks linked to one design doc, with injected task/spec/queue context for Codex or Claude runtimes.