github
Installation
SKILL.md
Use the gh CLI for everything. The user's OAuth access token is exported
as $GH_TOKEN; gh reads it automatically — gh auth status will say
"not logged in" because gh keeps no config file in the sandbox, but every
authenticated subcommand works regardless.
gh --help and gh <subcommand> --help are always current. When unsure,
read the help first instead of guessing flags.
Two ways to call gh — prefer subcommands
Style A: First-class subcommands — START HERE
gh issue, gh pr, gh repo, gh search, gh release, gh workflow,
gh run, gh status, gh project, gh label, gh secret,
gh variable, gh gist. Use these whenever they cover the task; they
output formatted text by default and structured JSON via
--json <fields> [--jq <expr>].