What problem does it solve? Working with GitHub from the terminal requires knowing dozens of gh subcommands, flags, and output options, and looking them up repeatedly slows down repository, issue, and pull request workflows. ## Core Features & Use Cases - Full Command Reference: Covers every major gh command group including auth, repo, issue, pr, run, workflow, release, gist, codespace, project, search, label, and secret management. - Copy-Ready Examples: Each command includes concrete flag combinations, JSON output with jq filtering, and scripting patterns for automation. - Use Case: You need to list all open PRs with failing checks, review one, and merge it with squash. This reference gives you the exact gh pr list, gh pr checks, gh pr review, and gh pr merge commands with the right flags. ## Quick Start Ask the agent to show the gh commands for creating a pull request with reviewers and labels, then merging it with squash after checks pass.