Fix a GitHub issue by analyzing, implementing, and creating a PR. Use when the user provides an issue number or asks to fix/resolve/address a GitHub issue.
Install
npx skillscat add simplerick0/com-ackhax-configs/fix-issue Install via the SkillsCat registry.
SKILL.md
Fix Issue
Fix GitHub issue #$0:
- Fetch issue:
gh issue view $0 - Create branch:
git checkout -b fix/issue-$0 - Implement fix following project patterns
- Commit:
Fix #$0: [description] - Create PR:
gh pr create --fill
Reference the issue number in commit and PR to enable auto-linking.