auto-fix-github

Fix GitHub issues by implementing minimal fixes, adding tests, and creating PRs.

Updated May 31, 2026
One-click install
npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill auto-fix-github-zizzfizzix
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: auto-fix-github
Source: https://github.com/zizzfizzix/agentic-engineering-framework/tree/main/core/ai/skills/auto-fix-github
Command: npx skills add https://github.com/zizzfizzix/agentic-engineering-framework --skill auto-fix-github-zizzfizzix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the entire process of fixing GitHub issues by number, checking if the issue is solved, implementing the fix, adding tests, running checks, and opening a PR linked to the issue.

Core Features & Use Cases

  • Issue Validation: Checks if an issue is already solved or has an open solution.
  • Minimal Fix Implementation: Implements the smallest correct fix, adds tests, and runs checks.
  • PR Creation: Opens a PR linked to the original issue, including all necessary information and labels.
  • Use Case: Fixing a bug reported on a GitHub issue, automating the entire process from validation to PR creation.

Quick Start

Use the auto-fix-github skill to fix GitHub issue #1234 in the repository 'owner/repo'.

Frequently Asked Questions about auto-fix-github

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

FAQPage Schema
How do I automate fixing a GitHub issue and creating a pull request?▼

To automate fixing a GitHub issue, you can use a tool that implements minimal fixes, adds tests, runs checks, and opens a linked PR. This handles the end-to-end process from issue validation to PR creation with minimal manual intervention.

Can I automatically check if a GitHub issue is already solved before writing code?▼

Yes, automated issue fixing tools can validate GitHub issues by checking if the issue is already solved or has an open solution before implementing any code changes, preventing duplicate work and unnecessary PRs.

Do I need the GitHub CLI to automate issue fixing and PR creation?▼

Yes, you need the GitHub CLI (gh) and Git installed to automate issue fixing and PR creation. These dependencies are required for repository management, issue tracking, and opening pull requests programmatically.

What is the best way to ensure automated bug fixes include test coverage on GitHub?▼

The best way to ensure automated bug fixes include test coverage is to use a tool that implements minimal correct fixes and automatically adds tests before running checks and opening a PR linked to the original issue.

Does automated GitHub issue fixing work with any repository using GitHub as an issue tracker?▼

Yes, automated GitHub issue fixing applies to any project using GitHub as the issue tracker. It handles the end-to-end process of implementing fixes, adding tests, running checks, and creating PRs regardless of the repository.

Why should I not use automated issue fixing for complex architectural changes?▼

Automated issue fixing is designed to implement the smallest correct minimal fixes. For complex architectural changes requiring broad refactoring, this approach may be too limited and manual intervention would be more appropriate.