What problem does it solve? Working with GitHub through the web UI requires constant context switching between the terminal and browser. This Skill provides a complete reference for the GitHub CLI (gh), letting you perform repository, issue, pull request, Actions, release, gist, codespace, and organization operations directly from the command line. ## Core Features & Use Cases - Full GitHub workflow coverage: Create, list, view, edit, merge, and close issues and pull requests; manage repositories, releases, labels, secrets, variables, and workflow runs. - Automation-ready output: Use --json and --jq flags to produce structured output for scripting, CI pipelines, and reporting. - Use Case: You need to review and merge a teammate's PR. Run gh pr checks 123 --watch to monitor CI, gh pr review 123 --approve to approve, and gh pr merge 123 --squash --delete-branch to merge and clean up, all without leaving your terminal. ## Quick Start Use the gh-cli skill to list all open pull requests in the current repository and show their CI check status.