fix-bug

Automate bug reproduction, diagnosis, fixing, verification, and CI monitoring.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/carllelandtaylor/facto --skill fix-bug-carllelandtaylor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-bug
Source: https://github.com/carllelandtaylor/facto/tree/main/plugins/facto/skills/fix-bug
Command: npx skills add https://github.com/carllelandtaylor/facto --skill fix-bug-carllelandtaylor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire bug fixing process, from reproduction to verification and PR creation, reducing manual intervention and ensuring high code quality.

Core Features & Use Cases

  • End-to-End Bug Fixing: Reproduces the bug, diagnoses the cause, applies fixes, verifies against repro steps, and monitors CI.
  • Adaptive Escalation: Handles both small and large fixes, escalating to more complex tools when needed.
  • Task Management: Integrates with GitHub Issues for task tracking and PR creation.
  • Use Case: When a new bug is reported, use this Skill to automatically fix it, verify the fix, and open a PR, all without developer intervention.

Quick Start

Invoke the fix-bug skill with the command: /facto:fix-bug [bug_issue_number].

Frequently Asked Questions about fix-bug

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

FAQPage Schema
How do I automate bug fixing from reproduction to PR creation?

Automated bug fixing handles reproduction, diagnosis, code fixes, verification, and CI monitoring. It reduces manual intervention by managing the entire workflow end-to-end and automatically opening a pull request once the fix is verified.

What is the best way to fix reported bugs with minimal developer intervention?

End-to-end autonomous bug fixing minimizes developer intervention by reproducing the reported issue, diagnosing the cause, applying the necessary code changes, and verifying the fix against the original reproduction steps.

Can I use automated bug fixing with GitHub Issues for task tracking?

Yes, automated bug fixing integrates with GitHub Issues for task tracking. It uses the issue number to track the bug context and automatically creates a pull request linked to the reported problem upon successful verification.

How does autonomous code verification work after applying a bug fix?

Code verification works by automatically checking the applied fix against the original bug reproduction steps. The system validates that the issue is resolved and monitors the CI pipeline to ensure no regressions were introduced.

Does automated bug fixing handle both small tweaks and large code changes?

Automated bug fixing features adaptive escalation to handle both small tweaks and large code changes. It starts with standard fixes and autonomously escalates to more complex tools and reasoning when the bug requires deeper modifications.