# 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: eladjak - Repository: eladjak/ai-agents-skills - Version: 20260204092642 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/eladjak/ai-agents-skills - Web: https://mule.run/skillshub/@@eladjak/ai-agents-skills~github:20260204092642 --- --- 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` |