Loading...
Loading...
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
npx skill4agent add sundial-org/awesome-openclaw-skills githubgh--repo owner/repogh pr checks 55 --repo owner/repogh run list --repo owner/repo --limit 10gh run view <run-id> --repo owner/repogh run view <run-id> --repo owner/repo --log-failedgh apigh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'--json--jqgh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'