Claude-Code-Workflow workflow-test-fix
Chain-loaded test-fix pipeline. 5-phase test generation and iterative execution.
install
source · Clone the upstream repo
git clone https://github.com/catlog22/Claude-Code-Workflow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/catlog22/Claude-Code-Workflow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/workflow-skills/workflow-test-fix" ~/.claude/skills/catlog22-claude-code-workflow-workflow-test-fix-2fef5c && rm -rf "$T"
manifest:
.claude/workflow-skills/workflow-test-fix/SKILL.mdsource content
Workflow Test-Fix (Chain-Loaded)
Use
chain_loader to execute:
— Full test-fix pipelinechain_loader start --chain=workflow-test-fix
— Test cycle only Phases fromchain_loader start --chain=workflow-test-fix --entry=execute-only
. Variables: session_id, goal, auto_yes.claude/skills/workflow-test-fix/phases/