AgentSkillsCN

fix-issue

通过分析、实施并创建Pull Request来修复GitHub问题。当用户提供问题编号,或请求修复、解决、处理某个GitHub问题时使用。

SKILL.md
--- frontmatter
name: fix-issue
description: 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.

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.