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.