fix

Automate code gap resolution with iterative fixes and escalation.

328|53|Updated Aug 1, 2025
One-click install
npx skills add https://github.com/automagik-dev/genie --skill fix-automagik-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/automagik-dev/genie/tree/main/skills/fix
Command: npx skills add https://github.com/automagik-dev/genie --skill fix-automagik-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of fixing identified code gaps from a review, iterating through a defined number of attempts before escalating to a human if issues persist.

Core Features & Use Cases

  • Automated Code Correction: Dispatches a specialized agent to fix identified code gaps.
  • Iterative Review: Re-reviews the code after each fix attempt to ensure resolution.
  • Loop Limit Enforcement: Prevents infinite loops by limiting fix attempts to two.
  • Escalation: Automatically escalates unresolved critical or high-severity gaps to a human.
  • Use Case: After an initial code review flags critical bugs, this Skill can attempt to automatically fix them, re-review, and if still not resolved, flag it for immediate human attention.

Quick Start

Use the fix skill to resolve critical gaps identified in the latest review.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I automate bug fixing for critical code gaps identified during a code review?

To automate bug fixing for code gaps, this Skill dispatches a fix subagent, re-reviews the changes, and iterates up to two times before escalating unresolved high-severity issues to a human.

What is the best way to prevent infinite loops during automated code correction?

Preventing infinite loops during automated code correction requires loop limit enforcement, which restricts iterative fix attempts to two cycles before escalating unresolved critical gaps to human reviewers.

How does iterative code review work when automating developer tools for bug resolution?

Iterative code review works by dispatching a fix subagent, re-reviewing the modified code, and repeating the process up to two times to ensure quality before escalating critical issues.

When do unresolved critical gaps get escalated to a human during automated code review?

Unresolved critical gaps get escalated to a human after the automated fix subagent exhausts its maximum limit of two iterative fix and re-review cycles without resolving the issues.

Can I limit automated debugging cycles to specific severity levels?

Yes, automated debugging cycles target critical and high-severity gaps, attempting resolution iteratively before escalating only these specific severity levels to a human reviewer.

Does the fix Skill work without external dependencies for code quality automation?

Yes, the code quality automation operates without external dependencies, using internal scripts and references to dispatch a fix subagent and manage the iterative review and escalation process.