What problem does it solve? Working with GitHub through the web UI is slow for repetitive tasks like creating issues, reviewing pull requests, managing releases, and monitoring CI runs. This Skill provides a complete command reference for the GitHub CLI (gh) so an agent can perform any GitHub operation directly from the terminal. ## Core Features & Use Cases - Full Command Coverage: Reference for repositories, issues, pull requests, GitHub Actions workflows and runs, projects, releases, gists, codespaces, organizations, labels, secrets, and extensions. - Authentication & Setup: Covers gh auth login, token management, git credential helper setup, and environment variables for automation. - Scripting & Automation: Includes JSON output with --json and --jq filtering, bulk operations with xargs, and direct REST/GraphQL calls via gh api, including pushing files through the Contents API without cloning. - Use Case: Ask the agent to list all open PRs failing checks, request changes on each, then rerun the failed workflow jobs — all executed with the correct gh commands and flags. ## Quick Start Use the gh-cli skill to list all open pull requests in this repository and show their check status.