aif-fix

Automate structured bug fixes with immediate or plan-first workflows.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ExsyDev/eye-blinking --skill aif-fix-exsydev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-fix
Source: https://github.com/ExsyDev/eye-blinking/tree/main/.claude/skills/aif-fix
Command: npx skills add https://github.com/ExsyDev/eye-blinking --skill aif-fix-exsydev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a repeatable bug-fix workflow in codebases, supporting immediate fixes or plan-first approaches, with built-in logging, test coverage suggestions, and optional plan execution.

Core Features & Use Cases

  • Two-mode workflow: immediate fix or plan-first approach, with the ability to execute based on a created FIX_PLAN.md.
  • Context-aware planning: reads existing FIX_PLAN.md when present and follows its guidance.
  • Robust verification: suggests tests and logs all changes for auditability and debugging.
  • Patch-style learning: generates FIX_PLAN.md and learning patches for future reference.
  • Problem intake & guidance: prompts the user for bug description to drive the fix.

Quick Start

Describe the bug or paste the error message, then run /aif-fix to begin.

Frequently Asked Questions about aif-fix

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

FAQPage Schema
How do I automate a structured bug fix workflow in my codebase?

A structured bug fix workflow automates problem intake, planning, patching, and verification. You describe the bug or paste an error message, then the system guides you through applying the fix with mandatory logging and test coverage suggestions.

What is a plan-first approach for debugging software errors?

A plan-first debugging approach generates a FIX_PLAN.md file to guide the patching process. Instead of immediately modifying code, it creates a documented plan that you can review and execute, ensuring traceability for future reference and auditability.

How do I log code patches and ensure traceability when fixing bugs?

To log code patches and ensure traceability, the workflow manages FIX_PLAN.md and patch artifacts while enforcing mandatory logging. This records all changes made during the bug fix, enabling complete auditability for debugging and future learning.

Can I execute an immediate fix without creating a full debugging plan first?

Yes, you can execute an immediate fix without a full plan. The workflow supports a two-mode approach, allowing you to choose between applying an immediate fix or using a plan-first approach based on a generated FIX_PLAN.md.

Does this bug fix workflow suggest test coverage for patched code?

Yes, the bug fix workflow suggests test coverage as part of its robust verification step. After guiding problem intake and patching, it recommends tests to verify the fix and logs all changes for auditability.

What should I provide to start an automated codebase debugging process?

To start an automated debugging process, you should provide a bug description or paste the exact error message encountered. This intake information drives the planning, patching, and verification phases of the workflow.