Automates the end-to-end lifecycle of GitHub issues by fetching tasks, spawning AI sub-agents for code fixes, and managing pull requests.
The gh-issues skill transforms Claude into an autonomous repository maintainer capable of handling high-volume development workflows. It streamlines the entire pipeline from issue discovery to PR approval by fetching filtered issues, delegating code implementation to parallel sub-agents, and managing branches across both source and fork repositories. Beyond simple bug fixing, it features a unique watch mode that monitors pull requests for reviewer comments, automatically spawning agents to address feedback and ensure a smooth path to merging, all while providing optional real-time notifications via Telegram.
主要功能
01Support for fork-based development workflows and cross-repository pushing
020 GitHub stars
03Comprehensive PR lifecycle management including automated review feedback handling
04Advanced filtering by labels, milestones, assignees, and issue state
05Parallel sub-agent execution for simultaneous multi-issue resolution
06Cron-safe and watch modes for continuous repository maintenance and monitoring
使用场景
01Continuous maintenance of open-source projects through scheduled cron-job fixes
02Automating the resolution of backlog issues labeled as 'bugs' or 'good first issues'
03Scaling engineering teams by delegating repetitive PR review iterations to AI agents