This is a structured workflow that walks Claude through the entire process of fixing a GitHub issue, from running `gh issue view` to understand the problem, through creating a branch, implementing the fix, testing it, and opening a PR. It enforces good practices like researching prior art before coding, documenting your plan in a scratchpad, making small commits, and running the full test suite. The workflow is opinionated but sensible. It will help if you want Claude to handle GitHub issues more methodically instead of jumping straight to code. Works best when you have the GitHub CLI installed and want to avoid the back and forth of "did you check for related PRs" or "where are your tests" on every issue.
npx -y skills add feiskyer/claude-code-settings --skill github-fix-issue --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents
github/awesome-copilot