What problem does it solve? It removes the need to switch to the GitHub web UI or write raw API calls by giving you a consistent command-line workflow for every remote GitHub operation, from reviewing PRs to searching code. ## Core Features & Use Cases - Pull Request Operations: View, create, review, comment on, and check out pull requests with structured JSON output. - Issue & Code Search: Create and comment on issues, and search code, PRs, and commits across repositories. - GraphQL Fallback: Resolve review threads and post inline replies via gh api graphql when the standard CLI lacks support. - Use Case: A reviewer asks you to address feedback on PR #1234. You fetch the PR details with gh pr view, reply to inline review threads via the GraphQL API, and approve once resolved — all without leaving the terminal. ## Quick Start Ask the assistant to show the details and review status of pull request 1234 using the gh CLI.