Manage GitHub via CLI
githubskillsetup L1★0
Sheshiyer/skill-clusters ↗What it does
Run GitHub operations via gh CLI
Best for
Quick CI status checks, PR merge readiness audits, and API queries beyond web UI
Inputs
- · [object Object]
- · [object Object]
- · [object Object]
Outputs
- · [object Object]
- · [object Object]
- · [object Object]
Requires
- · gh CLI (must be authenticated via gh auth login)
Preconditions
gh installed and authenticated; repo accessible; owner/repo format or cwd is git repo
Failure modes
- · Forgetting --repo flag when not in git directory
- · Querying non-existent PR/run without error check
Trust signals
- · Covers pr checks, run list/view, run rerun, API with JQ filtering
- · Examples show --json and --jq filtering patterns
- · Clear separation of subcommands (issue, pr, run, api)