GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation. Use when working with GitHub PRs, merging strategies, or repository management tasks.
Add this skill
npx mdskills install callstackincubator/githubProvides clear GitHub workflow patterns but current documentation only outlines a stacked PR reference
1---2name: github3description: GitHub patterns using gh CLI for pull requests, stacked PRs, code review, branching strategies, and repository automation. Use when working with GitHub PRs, merging strategies, or repository management tasks.4license: MIT5metadata:6 author: Callstack7 tags: github, gh-cli, pull-request, stacked-pr, squash, rebase8---910# GitHub Patterns1112## Tools1314Use `gh` CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage.1516## Quick Reference1718| File | Description |19| --------------------------------------------- | -------------------------------------------------------- |20| [stacked-pr-workflow.md][stacked-pr-workflow] | Merge stacked PRs into main as individual squash commits |2122## Problem → Skill Mapping2324| Problem | Start With |25| ------------------------- | --------------------------------------------- |26| Merge stacked PRs cleanly | [stacked-pr-workflow.md][stacked-pr-workflow] |2728[stacked-pr-workflow]: references/stacked-pr-workflow.md29
Full transparency — inspect the skill content before installing.