What problem does it solve?
This Skill removes the manual coordination required to take a GitHub Issue from intake to a merged pull request, so Claude Code teams can deliver changes with far less back-and-forth.
Core Features & Use Cases
- End-to-end issue delivery: Creates the branch, drives planning, implements the work, opens the PR, and prepares auto-merge.
- Workflow orchestration: Delegates planning, commit creation, PR creation, and review-fix loops to specialized subskills for cleaner responsibility boundaries.
- Safe operational control: Handles base-branch resolution, worktree mode, intervention points, and post-merge validation for production-style automation.
- Use case: A developer provides a GitHub Issue URL and wants the repository updated, reviewed, and ready to merge without manually managing each step.
Quick Start
Tell the skill to ship a specific GitHub Issue URL, and it will carry the work from branch creation through PR setup and auto-merge preparation.