simplerick0

fix-issue

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.

simplerick0 0 Updated 4mo ago
GitHub

Install

npx skillscat add simplerick0/com-ackhax-configs/fix-issue

Install via the SkillsCat registry.

SKILL.md

Fix Issue

Fix GitHub issue #$0:

  1. Fetch issue: gh issue view $0
  2. Create branch: git checkout -b fix/issue-$0
  3. Implement fix following project patterns
  4. Commit: Fix #$0: [description]
  5. Create PR: gh pr create --fill

Reference the issue number in commit and PR to enable auto-linking.