fix-github

Automate GitHub issue workflows from fetching details to committing fixes.

2|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/donygeorge/claude-toolkit --skill fix-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-github
Source: https://github.com/donygeorge/claude-toolkit/tree/main/skills/fix-github
Command: npx skills add https://github.com/donygeorge/claude-toolkit --skill fix-github

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end workflow of GitHub issues: collecting context, reproducing problems, planning fixes, implementing changes, running tests, and creating commits with proper references.

Core Features & Use Cases

  • End-to-end GitHub issue processing: fetch issue details, reproduce issues, plan fixes, implement code changes, test, review, and commit.
  • Supports handling multiple issues in a single invocation, producing per-issue commits with references like "Fixes #N".
  • Customizable behavior via toolkit.toml and existing skill defaults for governance and QA.

Quick Start

Invoke /fix-github with one or more issue numbers to begin automated handling.

Frequently Asked Questions about fix-github

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

FAQPage Schema
How do I automate GitHub issue fixes end-to-end?

To automate GitHub issue fixes end-to-end, invoke the skill with specific issue numbers. It fetches issue details, reproduces problems, plans fixes, implements code changes, tests, reviews, and commits with proper references.

Can I process multiple GitHub issues in a single run?

Yes, you can process multiple GitHub issues in a single run. The skill handles per-issue commits autonomously, ensuring each fix is committed separately with standardized commit messages containing proper Fixes references.

Do I need a GitHub integration to automate issue resolution?

Yes, GitHub integration is required to automate issue resolution. The skill relies on this connection to fetch issue details, implement changes, and create commits with proper references back to the original issues.

How does automated bug fixing handle commit messages?

Automated bug fixing standardizes commit messages by appending proper Fixes references. This ensures each commit directly links back to the original GitHub issue, maintaining clear tracking and closing the issue upon merge.

Can I customize the automated code review and QA workflow?

Yes, you can customize the automated code review and QA workflow. The skill supports customization via toolkit.toml and existing skill defaults, allowing you to govern how planning, reviewing, and testing steps are coordinated.