# github > GitHub patterns for PRs, code review, branching, and repository management. Use when working with pull requests, stacked PRs, code reviews, GitHub or repository automation. - Author: mobiledev7890 - Repository: mobiledev7890/business-in-ravet - Version: 20260129144306 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/mobiledev7890/business-in-ravet - Web: https://mule.run/skillshub/@@mobiledev7890/business-in-ravet~github:20260129144306 --- --- 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` |