What problem does it solve? It eliminates the need to switch between the terminal and the GitHub web interface by providing a complete command-line reference for every GitHub operation, from authentication to releases. ## Core Features & Use Cases - Repository & Issue Management: Create, clone, fork, and edit repositories, and manage issues with labels, assignees, and milestones directly from the shell. - Pull Request Workflows: Create, review, merge, and check the status of pull requests, including draft PRs and branch updates. - GitHub Actions & Automation: List and watch workflow runs, manage secrets, variables, and caches, and trigger workflows with custom inputs. - Use Case: A developer finishes a feature branch and runs gh pr create --title "Add login" --reviewer teammate, then watches CI with gh pr checks --watch and merges with gh pr merge --squash without leaving the terminal. ## Quick Start Ask the AI to use the gh-cli reference to create a pull request from the current branch and watch its CI checks until they complete.