What problem does it solve? Working with GitHub often requires switching between the web UI and the terminal, and relying on GitHub MCP integrations can add unnecessary complexity. This Skill standardizes GitHub workflows through the official gh CLI and local git, giving you direct, scriptable access to pull requests, issues, releases, and repository metadata. ## Core Features & Use Cases - Pull Request Operations: View PR details, diffs, and CI check status with structured JSON output via gh pr commands. - Issue and Release Management: List issues with labels and assignees, and browse recent releases without leaving the terminal. - Safe Automation Rules: Enforces a read-first policy, proposing write actions only when explicitly allowed, and uses local git diff for working-tree changes. - Use Case: Before merging a teammate's branch, run gh pr checks and gh pr diff --patch to review the changes and CI status in one pass, then confirm the repository state with gh repo view. ## Quick Start Ask the AI to check the current repository's open pull requests and their CI check status using the gh CLI.