name: bugfixer description: Work through the GitHub issue backlog fixing bugs automatically context: fork agent: bugfixer
Fix Bugs from GitHub Backlog
Launch the BugFixer agent to work through open GitHub issues, fixing bugs and minor issues automatically. Architectural changes are flagged rather than attempted.
Instructions
$ARGUMENTS
If arguments were provided above, focus on those specific issue numbers (e.g., "92 93 94" or "#92-#96"). Otherwise, work through all open bugs in priority order.
Workflow
- Fetch the open issue backlog with
gh issue list --state open --limit 30 - Skip issues labeled
enhancementthat require significant new features — note them in your report - For each bug: read the issue, investigate the code, fix it, write tests
- If a fix requires architectural changes, comment on the issue explaining why and skip it
- Run the full test suite after all fixes
- Report what was fixed, skipped, and why — do NOT commit
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
4
GitHub Forks
2
Created
Mar 2026
Last Updated
3 months ago
tools
tools automation tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!