gh-issue-fixer

Guide GitHub issue fixes through inspection, code changes, testing, and commit drafting.

1|Updated Dec 14, 2014
One-click install
npx skills add https://github.com/goldeneggg/dotfiles --skill gh-issue-fixer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-issue-fixer
Source: https://github.com/goldeneggg/dotfiles/tree/main/claude-linux/.claude/skills/gh-issue-fixer
Command: npx skills add https://github.com/goldeneggg/dotfiles --skill gh-issue-fixer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides you through inspecting a GitHub issue, researching related code, implementing a fix, and drafting a commit message to resolve the issue efficiently.

Core Features & Use Cases

  • Issue inspection and context gathering using gh issue view <issue-number>.
  • Code investigation to locate related areas needing changes.
  • Change implementation, basic testing, and generation of a commit message draft for review.

Quick Start

Fix a GitHub issue by describing the problem and asking the AI to perform the fix and propose a commit message.

Frequently Asked Questions about gh-issue-fixer

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

FAQPage Schema
How do I fix a GitHub issue from start to finish?

To fix a GitHub issue, you inspect the issue with gh, investigate related code, implement the necessary changes, run available tests, and draft a commit message to resolve it.

Can I generate a commit message automatically after fixing an issue?

Yes, you can generate a commit message automatically by implementing the code fix for the issue and having the system produce a suggested commit message draft for your review.

How do I investigate code related to a specific GitHub issue?

You investigate code related to a GitHub issue by viewing the issue details using gh issue view and then locating the areas in your codebase that require changes to implement the fix.

Does this workflow support fixing issues across different repositories?

Yes, this workflow supports fixing GitHub issues across repositories by allowing you to describe the problem or invoke the command directly to guide the implementation and testing process.

What is the best way to automate GitHub issue resolution?

The best way to automate GitHub issue resolution is to use a guided process that inspects the issue via gh, locates code to change, runs tests when available, and drafts a commit message.

Do I need the gh CLI to inspect issues for code fixes?

Yes, you need the gh CLI to inspect issues because the workflow uses the gh issue view command to gather context before investigating code and implementing the required fix.