fix-issue
SKILL.md
Fix GitHub Issue Skill
Workflow
-
Read the Issue
gh issue view {issue_number} -
Understand the Problem
- Parse issue title and description
- Identify affected components
- Determine the type: bug fix, feature, refactor
-
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)