AI AGENT ADDONS

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.

Add Github skill to your workflow

Global

mkdir -p ~/.claude/skills/github

Project

mkdir -p .claude/skills/github

Source Repository

Stars
1,497
Forks
105
Watchers
1,497
License
MIT
Last Push
24 days ago
Created
6 months ago