fix-issue

SKILL.md

Fix GitHub Issue Skill

Workflow

  1. Read the Issue

    gh issue view {issue_number}
    
  2. Understand the Problem

    • Parse issue title and description
    • Identify affected components
    • Determine the type: bug fix, feature, refactor
  3. Find Related Code

    • Search for relevant files using keywords from the issue
    • Read and understand the current implementation
    • Identify the root cause (for bugs) or insertion point (for features)
Installs
4
First Seen
Mar 20, 2026