What problem does it solve? Managing GitHub work across separate auth, repo, PR, issue, and review workflows creates fragmented processes and missed steps. This Skill unifies the full GitHub operating loop into one explicit sequence from local repo state to merged code. ## Core Features & Use Cases - End-to-end PR lifecycle: Authenticate with gh, create topic branches, open PRs with safe --body-file handling, monitor checks, and merge with an explicit strategy. - Issue triage and code review: List, create, and label issues, then post structured review outcomes with critical/warning/suggestion severity buckets. - Multi-repo sync and reconciliation: Scan all local clones, compute ahead/behind counts, verify PR mergeability, and safely retire duplicate worktrees with verified git bundle backups. - Use Case: You inherit a machine with dozens of cloned repositories in unknown states. Use this Skill to inventory every repo, classify canonical versus duplicate clones, reconcile diverged branches, and verify remote SHA equality before any cleanup. ## Quick Start Use the github-workflows skill to authenticate with GitHub, open a PR for my current branch, and monitor its checks until merge.