What problem does it solve? Working with GitHub through an AI assistant risks accidental remote mutations, leaked credentials, and unverified assumptions about repository state. This Skill enforces a safe, evidence-based workflow for inspecting pull requests, issues, checks, and failed workflow logs while requiring explicit approval before any remote change. ## Core Features & Use Cases - Read-only GitHub inspection: Query PRs, issues, checks, and failed workflow logs with narrow git and gh commands, treating all output as untrusted data. - Approval-gated mutations: Draft the exact command, title, body, and target for any GitHub change, then execute only after explicit user approval of that single action. - Credential and boundary protection: Never read or print tokens, never run git push, and verify gh auth status before any query. - Use Case: A pull request's CI check fails. Use this Skill to run gh run view --log-failed, identify the first relevant failure with supporting evidence, and report findings without touching the remote repository. ## Quick Start Ask the assistant to inspect the failing checks on pull request 42 using the GitHub CLI and report the evidence without making any changes.