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.
View on GitHubskills/github/SKILL.md
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/callstackincubator/agent-skills/blob/main/skills/github/SKILL.md -a claude-code --skill githubInstallation paths:
.claude/skills/github/# GitHub Patterns ## Tools Use `gh` CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. ## Quick Reference | Problem | Reference | |---------|-----------| | Merge stacked PRs cleanly | [stacked-pr-workflow.md](references/stacked-pr-workflow.md) |