github

star 641

Interact with GitHub using the gh CLI for pull requests, issues, and runs.

qhkm By qhkm schedule Updated 2/12/2026

name: github description: Interact with GitHub using the gh CLI for pull requests, issues, and runs. metadata: {"zeptoclaw":{"emoji":"🐙","requires":{"bins":["gh"]}}}

GitHub Skill

Use the gh CLI for repository operations.

Pull Requests

Check CI status:

gh pr checks 55 --repo owner/repo

List workflow runs:

gh run list --repo owner/repo --limit 10

Issues

List issues:

gh issue list --repo owner/repo --json number,title,state

Create issue:

gh issue create --repo owner/repo --title "Bug" --body "Description"
Install via CLI
npx skills add https://github.com/qhkm/zeptoclaw --skill github
Repository Details
star Stars 641
call_split Forks 97
navigation Branch main
article Path SKILL.md
More from Creator