Setup & Installation
What This Skill Does
Provides patterns for working with GitHub via the gh CLI, covering pull request creation, stacked PR workflows, squash merges, rebasing, and repository automation. Designed for teams that manage complex branching strategies or chains of dependent PRs. Stacked PR merges normally require manual rebasing, force-pushing, and base branch updates for each PR in the chain — this skill codifies the exact sequence so nothing gets skipped or merged out of order.
When to use it
- Working with github functionality
- Implementing github features
- Debugging github related issues
