fix-issue

Investigate and resolve GitHub issues with user approval via gh CLI.

Updated Nov 29, 2025
One-click install
npx skills add https://github.com/peinan/dotfiles --skill fix-issue-peinan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-issue
Source: https://github.com/peinan/dotfiles/tree/main/src/.claude/skills/fix-issue
Command: npx skills add https://github.com/peinan/dotfiles --skill fix-issue-peinan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of investigating and resolving GitHub issues, from initial analysis to implementation, ensuring a streamlined and safe development workflow.

Core Features & Use Cases

  • Issue Triage & Analysis: Understand the root cause and scope of GitHub issues.
  • Codebase Investigation: Explore relevant code files and identify potential solutions.
  • Solution Proposal & Implementation: Generate a fix plan, get user approval, and implement the changes.
  • Use Case: When a bug is reported in an issue, this Skill can analyze the problem, suggest code modifications, and even apply them after your approval.

Quick Start

Use the fix-issue skill to investigate and resolve issue number 13.

Frequently Asked Questions about fix-issue

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

FAQPage Schema
How do I resolve GitHub issues automatically using AI?

To resolve GitHub issues automatically, this Skill investigates issue details, explores the codebase to identify root causes, and proposes code modifications. It implements the fix only after receiving your explicit human-in-the-loop approval.

Do I need the gh CLI installed to investigate and fix GitHub issues?

Yes, you need the gh CLI installed. This Skill relies on the GitHub CLI for deterministic task execution, such as fetching issue details and managing repository interactions during the codebase investigation.

How does AI codebase investigation work when triaging a bug report?

AI codebase investigation for bug triage works by using code exploration agents to analyze relevant files and pinpoint root causes. This ensures proposed solutions are contextually accurate before any code fix is applied.

Can I review a proposed code fix before it is applied to my repository?

Yes, you can review proposed code fixes before application. The Skill follows a safe human-in-the-loop progression, meaning it generates a fix plan and waits for your approval before implementing any changes to resolve the issue.

What is the best way to streamline issue resolution and bug fixing on GitHub?

The best way to streamline GitHub issue resolution is to automate the workflow from initial analysis to implementation. This Skill analyzes problems, suggests code modifications, and applies them safely after approval.

What are the limitations of using AI to debug and resolve GitHub issues?

A limitation of using AI to debug GitHub issues is that it requires human-in-the-loop approval for implementation. You must manually review and authorize the proposed fix plan, which prevents fully autonomous issue closure.