What problem does it solve? Interacting with GitHub repositories through the web UI is slow and hard to automate. This Skill lets you perform GitHub operations—checking PR status, triaging issues, inspecting CI failures, and querying the API—directly from the command line using the official gh CLI. ## Core Features & Use Cases - Pull Request Management: List, view, create, merge PRs, and check CI status with gh pr commands. - Issue Triage: Create, list, filter, and close issues with structured JSON output and jq filtering. - CI/Workflow Inspection: View workflow runs, fetch failed step logs, and re-run failed jobs. - API Queries: Run arbitrary GitHub API queries with gh api and --jq for precise field extraction. - Use Case: A developer wants to review PR #55 before merging. The Skill generates a summary with title, author, diff stats, and CI check results in one command sequence. ## Quick Start Ask the agent to check the CI status and show a summary of pull request 55 in the owner/repo repository using the gh CLI.