fix-loop

Detect runtime errors and apply fix strategies with retry logic.

2|1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/bigeasyfreeman/adlc --skill fix-loop-bigeasyfreeman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-loop
Source: https://github.com/bigeasyfreeman/adlc/tree/main/skills/fix-loop
Command: npx skills add https://github.com/bigeasyfreeman/adlc --skill fix-loop-bigeasyfreeman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill solves the problem of manual error detection and repair in production systems, automating the process to detect and attempt repairs of errors that arise during system runtime.

Core Features & Use Cases

  • Automated Error Detection: Monitors for errors in real-time or on demand with specific error pattern matching and deduplication.
  • Root Cause Analysis: Investigates the cause of errors through analysis of code, version control history, and test cases.
  • Autonomous Repair: Attempts to automatically repair errors, providing retries up to a limit.
  • Human Review and Approval: Includes a lightweight council review stage before delivering the repair.
  • Integration: Designed to work in conjunction with TDD and council processes for seamless workflow.

Quick Start

To activate the Fix Loop skill for your system, call 'fix-loop run'.

Frequently Asked Questions about fix-loop

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

FAQPage Schema
How do I automate error detection and repair in production systems?

Automated error detection and repair in production systems is achieved by monitoring runtime environments for specific error patterns and applying autonomous fix strategies with retry logic upon failures. This process includes deduplication and root cause analysis to resolve issues.

What is autonomous error detection and how does it work?

Autonomous error detection is a mechanism that monitors runtime environments in real-time or on demand to match specific error patterns. It works by investigating root causes through code and version control history analysis, then applying repair strategies.

Can I use autonomous repair for runtime errors with human approval?

Yes, autonomous repair for runtime errors can include a lightweight human review and approval stage before delivering fixes. This council review ensures validation before applying repair strategies to your production systems.

How do I start monitoring for specific error patterns and events?

To start monitoring for specific error patterns and events, you activate the monitoring process by calling the run command. This initiates real-time or on-demand detection with pattern matching and deduplication for your runtime environment.

Does autonomous repair work with TDD and council processes?

Autonomous repair is designed for integration with TDD and council processes to ensure seamless workflow automation. It works in conjunction with these processes to validate fixes through test cases and lightweight review stages before delivery.

What are the limitations of autonomous repair with retry logic?

The limitation of autonomous repair with retry logic is that retries are applied up to a defined limit upon failures. If the fix strategy exceeds this limit or lacks robust validation, the system requires manual intervention to resolve the runtime error.