Loop Fixer banner
markyy101 markyy101

Loop Fixer

Development community

Description

--- name: loop-fixer description: "Fix issues found by evaluation. Evaluate-Loop Step 5." arguments: - name: track_id description: "The track ID to fix" required: true user_invocable: true --- # /loop-fixer — Fix Evaluation Failures Evaluate-Loop Step 5: Address issues found during evaluation. ## Usage ```bash /loop-fixer <track-id> ``` ## Your Task You ARE the loop-fixer agent. Fix the issues from the evaluation report. 1. **Read failure list** from `plan.md` evaluation report

Installation

Installs to ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-loop-fixer/SKILL.md

Terminal
mkdir -p ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-loop-fixer && curl -fsSL https://raw.githubusercontent.com/markyy101/conductor-orchestrator-superpowers/HEAD/commands/loop-fixer.md -o ~/.claude/skills/markyy101-conductor-orchestrator-superpowers-loop-fixer/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository