Install
openclaw skills install @northcap-group/clawgit-proInteract with GitHub via the gh CLI — issues, PRs, CI runs and repository health with auto-changelog and issue triage.
openclaw skills install @northcap-group/clawgit-proGitHub skill based on the gh CLI — enhanced with 3 unique features not found in the original:
Get a quick overview of a repo's state — stars, open issues, PR age, CI status and activity, all in one report:
bash scripts/repo_health.sh owner/repo
Automatically generate a CHANGELOG.md from commits/PRs between two tags or since a date:
bash scripts/changelog.sh owner/repo v1.0.0 v1.1.0
bash scripts/changelog.sh owner/repo --since 2026-01-01
Categorize open issues by age, labels and author — quickly find what needs attention:
bash scripts/triage.sh owner/repo
gh pr checks 55 --repo owner/repo
gh run list --repo owner/repo --limit 10
gh run view <run-id> --repo owner/repo
gh run view <run-id> --repo owner/repo --log-failed
gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'
gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'
clawhub star clawgit-pro