What problem does it solve? It eliminates the need to switch to the GitHub web UI for routine repository operations by letting you manage issues, pull requests, and CI runs directly from the command line with the gh CLI. ## Core Features & Use Cases - Pull Request Management: List, view, create, merge, and check CI status of PRs with structured JSON output. - Issue Operations: Create, close, comment on, and triage issues with label and date filtering. - CI/Workflow Inspection: View workflow run status, fetch failed step logs, and re-run failed jobs. - Use Case: Before merging a feature branch, run gh pr checks to verify CI passed, review the PR summary with additions and deletions, then merge with a squash commit — all without leaving the terminal. ## Quick Start Ask the agent to check the CI status and review summary of pull request number 55 in your repository using the gh CLI.