Work with GitHub directly from your terminal using the gh CLI. This skill shows you how to create pull requests, merge them, and manage branches without leaving the command line. It covers everything from simple PRs to advanced workflows.
Stacked pull requests let you split a big change into smaller pieces. Each piece becomes its own PR that builds on the previous one. The skill walks you through merging them cleanly using squash merges and rebasing. This keeps your Git history neat and easy to follow.
You also learn quick commands for daily tasks like checking PR status, viewing checks, and fixing conflicts. Whether you work alone or on a team, these patterns save time and reduce mistakes. The skill is built for developers who want a fast, reliable way to handle GitHub workflows.
Global
mkdir -p ~/.claude/skills/githubProject
mkdir -p .claude/skills/githubSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes
Git Advanced Workflowswshobson/agents
Master advanced Git workflows for clean history and confident recovery