Loading...
Loading...
Manage GitHub via GitHub CLI (gh): repos, issues, pull requests, Actions, releases, secrets/variables, projects, gists, searches, and API access. Auto-activates on: "gh", "github cli", "github issue", "github pr", "pull request", "github actions", "workflow", "run", "github release", "release", "gh api", "github repo", "github secret", "github variable", "ci status", "monitor ci", "check ci", "watch ci", "pr dashboard", "pr overview", "open prs", "my prs", "pr status".
npx skill4agent add bntvllnt/agent-skills githubgh| User says | Load reference | Do |
|---|---|---|
| help / gh help / flags / options | | show CLI help safely |
| auth / login / token | | authenticate gh |
| repo / clone / fork / sync | | repository operations |
| issue / issues | | issue triage and management |
| pr / pull request / review | | PR create/review/merge workflows |
| actions / workflow / run | | GitHub Actions (workflows + runs) |
| ci / monitor ci / check ci / ci status / watch ci | | monitor CI checks with live polling (if user says bare "ci", ask: monitor checks or view workflows?) |
| pr dashboard / pr overview / open prs / my prs / pr status | | PR overview with status classification |
| release / publish release | | releases + assets + verification |
| release strategy / release format / versioning | | versioning, title/description format, generation protocol |
| secrets / variables | | manage secrets and variables |
| project | | projects operations |
| gist | | gist operations |
| search | | search repos/issues/prs/code |
| api | | gh api (advanced) |
| extension | | manage gh extensions |
| config | | gh config basics |
gh api@megh label listgh label creategh issue create/edit/close/reopen/deletegh pr create/edit/close/merge/reviewgh repo create/edit/rename/archive/delete/syncgh release create/edit/deletegh release uploadgh release delete-assetgh secret set/deletegh variable set/deletegh run rerungh run cancelgh apigh auth status
gh release list
gh release view <tag>
gh release view <tag> --web
gh help
gh pr checks <number> --json ...
gh run list --branch <branch> --json ...
gh run view <run-id>
gh run view <run-id> --log-failed