ai-factory.fix

Automate bug fixing workflows with plan-first fixes and logging.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/YaroslavKomarov/ShedulerBot --skill ai-factory-fix-yaroslavkomarov
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ai-factory.fix
Source: https://github.com/YaroslavKomarov/ShedulerBot/tree/main/.claude/skills/fix
Command: npx skills add https://github.com/YaroslavKomarov/ShedulerBot --skill ai-factory-fix-yaroslavkomarov

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers streamline bug resolution in codebases by orchestrating planning, execution, and validation with optional plan-first workflows and built-in logging.

Core Features & Use Cases

  • Supports immediate fixes or plan-first workflows to suit urgency and risk tolerance.
  • Automatically checks for existing .ai-factory/FIX_PLAN.md, creates a fix plan if needed, and logs progress.
  • Suggests test coverage and ensures traceability by generating a self-improvement patch after each fix.

Quick Start

Describe the bug or paste the error message, and choose a mode to begin.

Frequently Asked Questions about ai-factory.fix

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

FAQPage Schema
How do I automate bug fixing workflows in my codebase?

Plan-first bug fixing creates a .ai-factory/FIX_PLAN.md file before applying any code changes, ensuring traceability for high-risk issues. Immediate repair mode skips planning and applies patches directly for urgent, low-risk fixes.

How do I add logging and test coverage when patching code?

Adding logging and test coverage during patching ensures fix traceability and stability. The skill applies fixes with built-in logging and suggests test coverage automatically as part of the repair workflow.

Can I use a plan-first workflow for high risk code patches?

Yes, a plan-first workflow suits high-risk code patches by checking for an existing FIX_PLAN.md and creating a new one if needed. This approach ensures fixes are planned and validated before execution.

How do I generate a self-improvement patch after fixing a bug?

Generating a self-improvement patch happens automatically after verifying a bug fix. The skill logs progress, verifies the applied fix results, and generates a patch to prevent similar issues and improve future workflows.

What is the best way to triage errors and apply immediate patches?

The best way to triage errors and apply immediate patches is using an automated workflow that supports rapid triage and direct repair. This skill allows you to paste an error message and choose immediate mode for instant fixes.