Github

Interact with GitHub using the gh CLI for pull requests, issues, and runs. Use when this capability is needed.

tomevault-io Updated

File contents

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"

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/qhkm--zeptoclaw--github commit 96010fc1d0

Frequently asked questions

npx skillmds@latest add tomevault-io/github-7