This automates the full workflow for fixing GitHub issues, from creating a feature branch to preparing commits. It reads your project context, uses gh CLI to fetch issue details, investigates the codebase with grep and glob, then proposes changes before implementing anything. The guardrails are solid: it checks for a clean git state, never works on master directly, and pauses for approval before creating branches, making changes, or committing. Best for teams with established conventions who want to enforce a disciplined issue-to-PR workflow. The tradeoff is you'll be clicking through several approval gates, which feels heavy for trivial fixes but probably saves you from yourself on complicated ones.
npx -y skills add agnosticui/agnosticui --skill fix-github-issue --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
github/awesome-copilot
microsoft/win-dev-skills
github/awesome-copilot