What problem does it solve?
This Skill automates the process of fetching GitHub issues, spawning sub-agents to implement fixes, opening pull requests, and monitoring review comments, significantly streamlining the development workflow.
Core Features & Use Cases
- Automated Issue Triage: Fetches and filters GitHub issues based on labels, assignees, and milestones.
- Code Fix Implementation: Spawns parallel sub-agents to write code, commit changes, and push to a fork or the source repository.
- Pull Request Management: Automatically opens pull requests for the implemented fixes.
- Review Handling: 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, and handle any feedback from reviewers, all with minimal human intervention.
Quick Start
Use the gh-issues skill to fetch GitHub issues from the 'openclaw/openclaw' repository, filtering for bugs and limiting to 5 issues.