What problem does it solve? Working with GitHub from the terminal requires memorizing dozens of gh CLI commands, flags, and API endpoints, and many operations like branch management, webhooks, and milestones have no dedicated command at all. This Skill gives the AI a complete reference so it can construct the correct gh command or API call for any GitHub task without guesswork. ## Core Features & Use Cases - Full Command Coverage: Documents every gh command group including pr, issue, repo, release, run, workflow, secret, variable, label, gist, auth, project, codespace, and search with all flags and JSON output fields. - API-Only Recipes: Provides ready-to-use gh api patterns for operations without dedicated commands, such as creating files via the Contents API, managing branches and tags via Git Refs, configuring webhooks, branch protection, collaborators, milestones, reactions, deployments, and organization management. - Practical Patterns: Includes HEREDOC multi-line body formatting, jq JSON filtering, GraphQL queries, pagination, and cross-repository operations with the -R flag. - Use Case: When asked to create a release with auto-generated notes, review a failing CI run, or add a webhook to a repository, the AI consults this reference to produce the exact command with correct flags on the first attempt. ## Quick Start Ask the AI to list all open pull requests assigned to you, or to create a new GitHub issue with a title and body, and it will use this reference to run the correct gh command.