Automates the end-to-end GitHub issue lifecycle by spawning sub-agents to implement code fixes, open pull requests, and resolve review comments.
The gh-issues skill empowers Claude to act as an autonomous project maintainer by orchestrating a sophisticated 6-phase workflow for repository management. It intelligently filters GitHub issues by labels or milestones, performs pre-flight safety checks on local and remote branches, and spawns parallel sub-agents to develop fixes. Beyond initial implementation, it monitors pull requests for human feedback and automatically addresses review comments, making it an essential tool for clearing technical debt and managing high-volume open-source repositories or private backlogs.
주요 기능
01Support for fork-based workflows and custom AI model selection per task
02Automated PR review monitoring and iterative feedback addressing
03Cron and Watch modes for continuous background repository maintenance
04330,129 GitHub stars
05Parallel sub-agent orchestration for simultaneous multi-issue resolution
06Comprehensive GitHub REST API integration for issue fetching and PR management
사용 사례
01Automating the resolution of large backlogs of 'good first issues' or bug-labeled items
02Handling initial PR iterations and review feedback loops to reduce maintainer workload
03Maintaining downstream forks by automatically syncing and fixing upstream issues