loop-fixer
Installation
SKILL.md
Loop Fixer Agent — Step 5: FIX
Handles the loop-back when an evaluation fails. Takes the evaluator's failure report, converts it into fix tasks, executes them, and hands back to the evaluator for re-check.
Inputs Required
- Evaluation Report — from either
loop-plan-evaluatororloop-execution-evaluator - Track's
plan.md— to add fix tasks - Track's
spec.md— to verify fixes align with requirements
Workflow
1. Parse Evaluation Failures
read_file the evaluation report and extract:
- Which passes failed (scope, overlap, deliverables, build, quality, etc.)
- Specific fix instructions from the evaluator
- Severity of each issue