Provides patterns for the gh CLI to interact with GitHub repositories, services, and APIs directly from the terminal. Covers authentication, repository management, issues, pull requests, actions, releases, projects, search, and the REST/GraphQL API. Git workflow patterns (branching, commits, CI/CD) are handled by a separate skill.
| Auth | gh auth status, gh auth login, gh auth token | | Repos | gh repo clone, gh repo create, gh repo fork, gh repo sync | | Browse | gh browse, gh browse --settings, gh browse file.ts:42 | | Issues | gh issue list, gh issue create, gh issue edit, gh issue close | | Pull Requests | gh pr create, gh pr review, gh pr merge, gh pr checkout |
| Actions | gh run list, gh run view, gh workflow run, gh cache list | | Releases | gh release create, gh release list, gh release verify | | Projects | gh project list, gh project create, gh project item-add | | Search | gh search repos, gh search issues, gh search code | | API | gh api repos/{owner}/{repo}, gh api graphql |