GitHub has introduced a CLI extension that automates the workflow for stacked branches and pull requests. The tool handles branch creation, rebasing, and setting correct base branches to break large changes into reviewable chains. It also includes an AI agent skill to help coding assistants understand the stacked PR context.
- Automates tedious branch management and rebasing for stacked PR workflows
- Requires GitHub CLI v2.0+ and installed via gh extension install
- Includes an AI skill to enable coding agents to navigate stacked branches
- Simplifies chaining small, reviewable PRs that build on each other