GitHub patterns for PRs, code review, branching, and repository management. Use when working with pull requests, stacked PRs, code reviews, GitHub or repository automation.
github follows the SKILL.md standard. Use the install command to add it to your agent stack.
--- name: github description: GitHub patterns for PRs, code review, branching, and repository management. Use when working with pull requests, stacked PRs, code reviews, GitHub or repository automation. license: MIT metadata: author: Callstack tags: github, git, pull-request, code-review, workflow, automation --- # GitHub ## Overview Collection of GitHub workflow patterns and best practices for pull requests, code review, branching strategies, and repository management. ## When to Apply Reference these guidelines when: - Managing pull request workflows - Working with stacked/chained PRs - Automating GitHub operations ## Quick Reference | File | Description | |------|-------------| | `stacked-pr-workflow.md` | Merge stacked PRs into main as individual squash commits | ## Problem → Skill Mapping | Problem | Start With | |---------|------------| | Merge stacked PRs cleanly | `stacked-pr-workflow.md` |