What problem does it solve? Managing GitHub work end to end—authentication, issue triage, pull request lifecycles, code review, CI monitoring, and repo administration—requires juggling many commands and API endpoints. This Skill consolidates those workflows into routed, verified procedures so nothing is done from memory or left unverified. ## Core Features & Use Cases - Full PR Lifecycle: Create branches, commit with conventional messages, open PRs, watch CI checks, auto-fix failures, and merge with squash or auto-merge. - Issue-to-PR Delivery: Carry a GitHub issue through premise validation, duplicate sweeps, regression testing, and an honest CI-verified PR. - Code Review Automation: Review local diffs or remote PRs with a structured severity checklist, then post inline comments and formal reviews (approve, request changes, comment). - Flexible Authentication: Set up auth via gh CLI, personal access tokens, SSH keys, or OAuth device flow, with curl-based REST API fallbacks when gh is unavailable. - Use Case: Ask the agent to "fix issue #42 and open a PR"—it reads the full issue thread, sweeps for duplicate PRs, implements the fix with a proven regression test, opens the PR, and shepherds CI to green. ## Quick Start Ask the agent to review PR #123 in the current repository and post a structured review with inline comments.