What problem does it solve? Working with GitHub involves many repetitive, error-prone operations: authenticating on new machines, triaging issues, driving the full PR lifecycle, reviewing code, and verifying CI status. This Skill consolidates those workflows into routed, verified procedures so every remote-state claim is backed by a live check rather than guesswork. ## Core Features & Use Cases - Authentication Setup: Configure git credentials or gh CLI auth via tokens, SSH keys, or the OAuth device flow, with fallbacks for headless machines. - Issue & PR Lifecycle: Create, triage, label, and close issues; branch, commit, open PRs, monitor CI, auto-fix failures, and merge. - Code Review: Review local diffs or open PRs with a structured checklist, then post inline comments and formal approve/request-changes reviews. - Issue-to-PR Delivery: Carry an issue from premise validation and duplicate sweeps through regression-tested fixes to a verified merged PR. - Use Case: Ask the agent to fix issue #42 — it reads the full thread, checks for duplicate PRs, implements and tests the fix, opens a PR, watches CI, and comments the resolution back on the issue. ## Quick Start Use the github skill to create a pull request for my current branch and watch its CI checks until they pass.