What problem does it solve? Working with GitHub from an agent or terminal session requires juggling authentication setup, PR lifecycles, issue triage, code review, and CI monitoring, each with its own commands and failure modes. This Skill consolidates those workflows into routed, verified procedures so every claim about remote state is backed by a fresh check rather than guesswork. ## Core Features & Use Cases - Full PR Lifecycle: Create branches, commit with conventional messages, open PRs, watch CI checks, diagnose failures from logs, and merge with squash or auto-merge. - Issue Management and Delivery: Create, triage, label, and close issues, then carry an issue end to end to a verified PR with regression tests and honest CI reporting. - Code Review: Review local diffs or open PRs, leave inline comments, and submit formal approve/request-changes reviews with a structured severity template. - Authentication and Repo Management: Set up gh or git-only auth (including headless device flow), clone, fork, create repos, manage releases, secrets, and branch protection. - Use Case: A user says "fix issue #42 and open a PR." The Skill reads the full issue thread, sweeps for duplicate PRs, validates the premise against current code, implements the fix with a regression test, opens the PR, and shepherds CI to green. ## Quick Start Ask the agent to review pull request number 123 in the current repository and post a summary comment with inline findings.