github
Original:🇺🇸 English
Translated
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.
7installs
Added on
NPX Install
npx skill4agent add callstackincubator/agent-skills githubTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →GitHub Patterns
Tools
Use CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage.
ghQuick 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 |