fix-bugs

Fetch open GitHub bug issues and spawn parallel sub-agents to fix them.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/rosinbum/usopc-athlete-support-agent --skill fix-bugs-rosinbum
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fix-bugs
Source: https://github.com/rosinbum/usopc-athlete-support-agent/tree/main/.claude/skills/fix-bugs
Command: npx skills add https://github.com/rosinbum/usopc-athlete-support-agent --skill fix-bugs-rosinbum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of identifying, prioritizing, and fixing bugs reported in GitHub issues.

Core Features & Use Cases

  • Bug Triage: Automatically fetches open bug issues from a specified GitHub repository.
  • Parallel Agent Spawning: Creates dedicated "bug-fixer" sub-agents for each actionable bug.
  • Automated PR Creation: Sub-agents attempt to fix bugs and create pull requests.
  • Use Case: A development team can use this skill to quickly address a backlog of reported bugs, allowing developers to focus on new features while bugs are systematically resolved.

Quick Start

Run the fix-bugs skill to process up to 5 open bug issues.

Frequently Asked Questions about fix-bugs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically fix bugs from GitHub issues and create pull requests?▼

You can automatically fix bugs from GitHub issues by running the fix-bugs skill, which fetches open issues and spawns parallel sub-agents to create pull requests autonomously.

What is autonomous bug triage and how does it work for development teams?▼

Autonomous bug triage fetches open bug issues from a specified GitHub repository, filters them, and spawns dedicated bug-fixer sub-agents in parallel to resolve them.

Can I process multiple GitHub bug issues at the same time?▼

Yes, you can process multiple GitHub bug issues simultaneously as the skill creates dedicated parallel bug-fixer sub-agents for each actionable bug up to a specified limit.

What's the best way to clear a backlog of reported bugs on GitHub?▼

The best way to clear a backlog of reported bugs is to use autonomous bug-fixing, which systematically resolves issues by spawning parallel sub-agents to create pull requests.

Do I need to manually filter GitHub issues before running automated bug fixing?▼

No, you do not need to manually filter issues first because the skill handles issue filtering internally during the orchestration of the autonomous bug-fixing process.