github-fix-issue

Installation
SKILL.md

Fix GitHub Issue

A structured workflow for analyzing, fixing, and submitting a PR for a GitHub issue. This skill uses the GitHub CLI (gh) for all GitHub interactions.

Workflow

1. Understand the Issue

  • Run gh issue view <number> to get full issue details (title, body, labels, comments)
  • Read through the problem description carefully
  • If the issue is unclear or missing key details, ask the user clarifying questions before proceeding

2. Research Prior Art

Before jumping into code, gather context — understanding what's been tried or discussed prevents duplicate work and surfaces useful patterns:

Related skills
Installs
74
GitHub Stars
1.5K
First Seen
Mar 9, 2026