loop-fixer

Parses failure reports and executes bounded fix cycles for evaluations.

371|38|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill loop-fixer-ibrahim-3d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: loop-fixer
Source: https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers/tree/main/skills/loop-fixer
Command: npx skills add https://github.com/Ibrahim-3d/conductor-orchestrator-superpowers --skill loop-fixer-ibrahim-3d

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a track evaluation fails, this agent converts the evaluator's failure report into concrete fix tasks, enabling automated re-evaluation without manual intervention.

Core Features & Use Cases

  • Parses evaluation failure reports from loop-plan-evaluator or loop-execution-evaluator and generates corresponding fixes in plan.md.
  • Executes fixes deterministically using the same execution protocol as other loop components and updates commit history and metadata.
  • Supports bounded retry with guardrails and clear handoff back to the evaluator for re-check.

Quick Start

Fix a failing evaluation by invoking the loop-fixer to generate plan.md fix tasks and re-run evaluation.

Frequently Asked Questions about loop-fixer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate evaluation-fix loops when a track evaluation fails?

To automate evaluation-fix loops, you can parse failure reports and translate them into concrete fix tasks. The loop-fixer executes these fixes, updates commit history, and re-checks until passing.

What is the best way to convert an execution evaluation failure report into actionable plan fixes?

Converting an execution evaluation failure report into actionable fixes involves parsing the failure data and generating corresponding tasks in plan.md. This enables automated re-evaluation without manual intervention.

Can I bound automated retry attempts for execution fixes using guardrails?

Yes, you can bound automated retry attempts for execution fixes using guardrails. The system applies bounded retries with clear handoffs back to the evaluator for re-checking until a PASS state is reached.

How do plan and execution evaluation cycles handle commit history and metadata updates?

Plan and execution evaluation cycles handle commit history by executing fixes deterministically and updating commit history and metadata. This ensures the loop state is managed accurately throughout the bounded retry process.

Why does my automated re-evaluation loop require manual intervention after a failure?

Automated re-evaluation loops require manual intervention when failure reports are not translated into concrete fix tasks. Automating this translation eliminates manual steps and enables continuous re-checking until PASS.