What problem does it solve?
This Skill automates the process of fixing GitHub issues by spawning sub-agents to implement solutions, create pull requests, and even handle review comments, streamlining the development workflow.
Core Features & Use Cases
- Automated Issue Resolution: Fetches GitHub issues, spawns agents to fix them, and opens pull requests.
- Sub-agent Orchestration: Manages parallel sub-agents for efficient parallel processing of multiple issues.
- PR Monitoring: Monitors open PRs for review comments and spawns agents to address them.
- Use Case: Automatically fix all 'bug' labeled issues in a repository, create PRs for them, and notify a specific channel upon completion.
Quick Start
Use the gh-issues skill to fetch GitHub issues from the 'openclaw/openclaw' repository, filtering for the 'bug' label and processing up to 5 issues.