Integrations

ClawGit Pro

Try it

Interact with GitHub via the gh CLI — issues, PRs, CI runs and repository health with auto-changelog and issue triage.

What it does

Interact with GitHub via the gh CLI — issues, PRs, CI runs and repository health with auto-changelog and issue triage.

The skill document

ClawGit Pro

GitHub skill based on the gh CLI — enhanced with 3 unique features not found in the original:

🆕 Unique features (not in the original)

Feature 1: Repository health report

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

Feature 2: Auto-changelog generator

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

Feature 3: Issue triage

Categorize open issues by age, labels and author — quickly find what needs attention:

bash scripts/triage.sh owner/repo

Standard operations (inherited from the original)

Pull Requests

gh pr checks 55 --repo owner/repo
gh run list --repo owner/repo --limit 10
gh run view  --repo owner/repo
gh run view  --repo owner/repo --log-failed

API for advanced queries

gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'

JSON output

gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'

Feedback

  • Helpful? → clawhub star clawgit-pro

Related skills

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.

4 installs

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, dra...

7 installs