github
Installation
SKILL.md
github
The github worker wraps the GitHub CLI (gh). Thirty typed functions cover
the high-traffic surface (pr, issue, repo, run, workflow, release, search);
github::exec runs any other gh command verbatim, and github::api reaches
any GitHub REST endpoint. Auth comes from the worker's GH_TOKEN configuration
or the host's ambient gh auth login state. There is no local checkout:
every repo-scoped call takes an explicit repo: "owner/name".