What problem does it solve? It eliminates error-prone manual GitHub operations by enforcing a single rule: every GitHub task — PRs, issues, CI status, labels, reviews, merges, releases — goes through the gh CLI instead of the browser or raw API calls. ## Core Features & Use Cases - Full PR lifecycle: create PRs with spec-traceable bodies, edit titles/labels/reviewers, post inline review comments pinned to diff lines via gh api, and merge with squash, rebase, or auto-merge. - CI monitoring and control: check PR status, watch workflow runs live, view logs, and rerun failed jobs before merging. - Issues, labels, milestones, and releases: manage the full project surface, including JSON output with --jq for scripting. - Use Case: After pushing a feature branch, create a PR with a spec reference, watch CI until green, then squash-merge and delete the branch — all without leaving the terminal. ## Quick Start Ask the agent to create a pull request for the current branch with a proper title and spec reference, then watch CI and squash-merge when checks pass.