Gh aux
Use instead of raw `gh api` or `gh graphql` for GitHub workflows involving: PR review comments (add, reply, resolve), PR reviews (create/submit), Projects V2 (add/remove items, update fields), or finding a PR from a commit.From its SKILL.md
npx -y skills add canoypa/gh-aux --skill gh-auxAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.4 KB, 217 tokens by cl100k_base, as published. Nobody here has run it
gh-aux
GitHub CLI extension that provides named subcommands for GitHub operations that would otherwise require raw gh api or gh graphql calls.
Setup
gh extension install canoypa/gh-aux
Usage
gh aux <command-group> <subcommand> [flags]
--repo defaults to the current directory's git remote when omitted.
Command Reference
| Command group | Subcommands | Reference |
|---|---|---|
gh aux commits | pr | commits |
gh aux projects | add, remove, update-field, clear-field | projects |
gh aux review-comments | list, get, update, add, resolve-thread | review-comments |
gh aux reviews | create | reviews |
What ships with it: 5 files
11.9 KB alongside SKILL.md
references/
- commits.md904 B
- projects.md3.5 KB
- review-comments.md4.6 KB
- reviews.md2.7 KB
- README.md354 B