What problem does it solve? Raw gh CLI commands use the active local GitHub account, mangle multiline Markdown bodies, and lack retry, quota, and reconciliation handling. This Skill routes every GitHub operation through body-safe, automation-identity helpers so PRs, issues, comments, merges, and Actions runs are owned by the configured bot account with deterministic JSON envelopes and fail-closed error handling. ## Core Features & Use Cases - PR Lifecycle Management: Create, view, edit, comment, check, merge, and supersede pull requests through the REST-first gh-pr.py helper with safe body-file handling and merge-outcome reconciliation. - Issue and Comment Operations: Create, edit, close, and reopen issues with stdin-backed multiline Markdown, ownership-aware cross-author protections, and duplicate-close support. - CI Diagnosis and Workflow Control: Diagnose failing PR checks, dispatch or watch exact GitHub Actions runs with bounded timeouts, and capture repository snapshots for orientation. - Automation Identity Enforcement: Commit and push as the configured bot identity, route all API calls through a token wrapper that fails closed without automation auth, and enforce command policies that block raw gh mutations. - Use Case: After finishing a feature branch, ask the agent to create a PR with a multiline body, watch its checks, diagnose any CI failure, merge with branch cleanup, and reconcile the local runtime checkout — all under the automation account. ## Quick Start Ask the agent to create a pull request for the current branch with a Markdown body file using the GitHub helper, then check its CI status.