gh-fix-issue

Analyze GitHub Issues and generate structured fix plans.

83|10|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/akiojin/unity-cli --skill gh-fix-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-fix-issue
Source: https://github.com/akiojin/unity-cli/tree/main/.codex/skills/gh-fix-issue
Command: npx skills add https://github.com/akiojin/unity-cli --skill gh-fix-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the analysis of GitHub Issues, transforming raw bug reports and feature requests into actionable insights and concrete fix plans.

Core Features & Use Cases

  • Automated Issue Triage: Extracts critical information like error messages, stack traces, and file references from issue descriptions and comments.
  • Codebase Contextualization: Searches the codebase to find relevant files and code snippets related to the issue.
  • Actionable Reporting: Generates a structured analysis report and proposes a clear, step-by-step fix plan.
  • Use Case: When a user reports a complex bug with a stack trace, this Skill can automatically pinpoint the likely source of the error in the codebase, suggest specific code modifications, and even draft a pull request.

Quick Start

Analyze GitHub issue number 123 in the current repository to find and propose a fix.

Frequently Asked Questions about gh-fix-issue

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

FAQPage Schema
How do I analyze a GitHub issue to find the code fix?

To analyze a GitHub issue, the Skill extracts error context and stack traces from the issue, searches your codebase for relevant files, and generates a structured report with a concrete fix plan. It automatically classifies the issue and pinpoints the error source.

Can I automate debugging GitHub issues using stack traces?

Yes, you can automate debugging GitHub issues using stack traces. The Skill parses issue descriptions and comments to extract stack traces, cross-references them with your codebase, and proposes specific code modifications to resolve the reported errors.

Does this GitHub issue triage require Python and gh to work?

Yes, this GitHub issue triage requires both Python3 and the gh CLI installed in your environment. These dependencies are necessary to interact with GitHub issues, search the codebase, and execute the analysis scripts.

How does issue analysis handle complex bug reports with multiple file references?

Issue analysis handles complex bug reports by extracting critical information like error messages and file references from descriptions and comments. It searches the codebase to contextualize these references, producing a structured analysis report that proposes a clear, step-by-step fix plan.

What is the best way to turn a GitHub bug report into a pull request?

The best way to turn a GitHub bug report into a pull request is to use automated issue analysis. The Skill extracts error context, searches the codebase for relevant snippets, generates a fix plan, and can draft a pull request with the proposed code modifications.