fix-issue

Automate GitHub issue resolution from investigation to pull request creation.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/haingt-dev/agent --skill fix-issue-haingt-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/haingt-dev/agent/tree/main/global/skills/fix-issue
Command: npx skills add https://github.com/haingt-dev/agent --skill fix-issue-haingt-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates end-to-end GitHub issue resolution from investigation to PR, reducing manual toil and ensuring a repeatable workflow.

Core Features & Use Cases

  • Understand and reproduce a reported issue
  • Identify root cause and implement a fix
  • Run tests, validate changes, and prepare a PR
  • Generate a clear PR description and commit messages

Quick Start

Provide a GitHub issue URL or number to start the end-to-end fix workflow.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I automate GitHub issue resolution from investigation to pull request?

Automating GitHub issue resolution involves a workflow that investigates the issue, reproduces it, performs root-cause analysis, patches the code, runs tests, and opens a pull request. This standardizes the entire fix process end-to-end.

What is the end-to-end workflow for fixing a GitHub issue?

The end-to-end workflow for fixing a GitHub issue includes understanding the report, reproducing the bug, identifying the root cause, implementing a code patch, executing tests to validate, committing changes, and creating a pull request.

Can I automatically generate pull requests for code fixes across multiple repositories?

Yes, you can automatically generate pull requests for code fixes across repositories by providing an issue URL or number. The workflow handles reproduction, patching, testing, and PR creation using standard GitHub workflows.

Does the automated issue fix workflow generate commit messages and PR descriptions?

Yes, the automated issue fix workflow generates clear PR descriptions and commit messages. It handles code changes, test execution, and PR creation to ensure the resolution is properly documented upon completion.

What is needed to start an automated GitHub issue fix workflow?

To start an automated GitHub issue fix workflow, you need to provide a GitHub issue URL or issue number. The workflow then autonomously handles investigation, code change, test execution, and pull request creation.

When should I not use automated GitHub issue resolution?

Automated GitHub issue resolution is designed for standard code fixes involving investigation, patching, and testing. It may not be suitable for issues requiring manual architectural decisions or complex environment-specific reproductions outside standard GitHub workflows.