# 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.

- Skill: `canoypa/gh-aux` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add canoypa/gh-aux`
- Raw SKILL.md: https://api.skillmd.com/api/skills/canoypa/gh-aux/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: canoypa (https://skillmd.com/u/canoypa)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/canoypa/gh-aux

---


# gh-aux

GitHub CLI extension that provides named subcommands for GitHub operations that would otherwise require raw `gh api` or `gh graphql` calls.

## Setup

```sh
gh extension install canoypa/gh-aux
```

## Usage

```sh
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](references/commits.md)         |
| `gh aux projects`    | add, remove, update-field, clear-field                   | [projects](references/projects.md)       |
| `gh aux review-comments` | list, get, update, add, resolve-thread               | [review-comments](references/review-comments.md) |
| `gh aux reviews`     | create                                                   | [reviews](references/reviews.md)         |

