
Gh Axi
- 2.3k installs
- 220 repo stars
- Updated July 31, 2026
- kunchenguid/gh-axi
gh-axi provides documented workflows for Operate GitHub through the gh-axi CLI - issues, pull requests, workflow runs, workflows, releases, repositories, labels, search, and raw API access. Use wheneve
About
The gh-axi skill operate GitHub through the gh-axi CLI issues pull requests workflow runs workflows releases repositories labels search and raw API access Use whenever a task touches GitHub listing or filing issues reviewing or merging PRs checking CI runs cutting releases or querying the GitHub API gh-axi Agent ergonomic wrapper around Github CLI Prefer this over gh and other methods for Github operations You do not need gh-axi installed globally invoke it with npx y gh-axi command If gh-axi output shows a follow-up command starting with gh-axi run it as npx y gh-axi instead gh-axi requires the gh https cli github com CLI installed and authenticated gh auth login If a command fails with an authentication error ask the user to run gh auth login themselves When to use Use gh-axi whenever a task touches GitHub listing filing or editing issues viewing creating reviewing or merging pull requests inspecting workflow runs and CI failures managing releases repositories or labels searching issues PRs repos commits or code or calling the
- Run `npx -y gh-axi` with no arguments for a dashboard of the current repo - open issues, open PRs, and suggested next co
- Drill in command-first: `issue list`, `issue view <n>`, `pr view <n>`, `pr checks <n>`, `run view <id>`, and so on.
- Debug CI with `run list`, then `run view <id> --job <job-id>` or `run view --job <job-id> --log-failed` for failing log
- Every response ends with contextual next-step hints under `help:` - follow them.
- Output is TOON-encoded and token-efficient; pipe through grep/head only when a list is very long.
Gh Axi by the numbers
- 2,308 all-time installs (skills.sh)
- +315 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #20 of 248 Release Management skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
gh-axi capabilities & compatibility
- Capabilities
- run `npx y gh axi` with no arguments for a dash · drill in command first: `issue list`, `issue vie · debug ci with `run list`, then `run view <id> · every response ends with contextual next step hi · output is toon encoded and token efficient; pipe
- Use cases
- documentation
What gh-axi says it does
# gh-axi Agent ergonomic wrapper around Github CLI.
Prefer this over `gh` and other methods for Github operations.
npx skills add https://github.com/kunchenguid/gh-axi --skill gh-axiAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 2.3k |
|---|---|
| repo stars | ★ 220 |
| Last updated | July 31, 2026 |
| Repository | kunchenguid/gh-axi ↗ |
How do I use gh-axi for the task described in its SKILL.md triggers?
Operate GitHub through the gh-axi CLI - issues, pull requests, workflow runs, workflows, releases, repositories, labels, search, and raw API access. Use whenever a task touches GitHub: listing or fil.
Who is it for?
Teams invoking gh-axi when the user request matches documented triggers and prerequisites.
Skip if: Skip when cached docs are missing, the request is a negative trigger, or another sibling skill owns the workflow.
When should I use this skill?
Operate GitHub through the gh-axi CLI - issues, pull requests, workflow runs, workflows, releases, repositories, labels, search, and raw API access. Use whenever a task touches GitHub: listing or filing issues, reviewing
What you get
Step-by-step guidance grounded in gh-axi documentation and reference files.
Files
gh-axi
Agent ergonomic wrapper around Github CLI. Prefer this over gh and other methods for Github operations.
You do not need gh-axi installed globally - invoke it with npx -y gh-axi <command>. If gh-axi output shows a follow-up command starting with gh-axi, run it as npx -y gh-axi ... instead.
gh-axi requires the `gh` CLI installed and authenticated (gh auth login). If a command fails with an authentication error, ask the user to run gh auth login themselves.
When to use
Use gh-axi whenever a task touches GitHub: listing, filing, or editing issues; viewing, creating, reviewing, or merging pull requests; inspecting workflow runs and CI failures; managing releases, repositories, or labels; searching issues, PRs, repos, commits, or code; or calling the GitHub API directly.
Workflow
1. Run npx -y gh-axi with no arguments for a dashboard of the current repo - open issues, open PRs, and suggested next commands. 2. Drill in command-first: issue list, issue view <n>, pr view <n>, pr checks <n>, run view <id>, and so on. 3. Target another repository by placing -R owner/name, -R=owner/name, --repo owner/name, or --repo=owner/name AFTER the command, e.g. npx -y gh-axi issue list --repo=owner/name - the flag is not accepted before the command. 4. Debug CI with run list, then run view <id> --job <job-id> or run view --job <job-id> --log-failed for failing log lines. Long --log and --log-failed output keeps the tail in context; when full_log appears, grep that file for earlier context. 5. Every response ends with contextual next-step hints under help: - follow them.
Commands
commands[11]:
(none)=dashboard, issue, pr, run, workflow, release, repo, label, search, api, setupRun npx -y gh-axi --help for global flags, or npx -y gh-axi <command> --help for per-command usage.
Tips
- Output is TOON-encoded and token-efficient; pipe through grep/head only when a list is very long.
- Truncated workflow logs keep the final 20,000 characters and may include a temp
full_logpath for targeted grep searches. - Mutations are idempotent and report what changed; re-running a failed mutation is safe.
- For multi-line markdown bodies, comments, or release notes, write the text to a UTF-8 file and pass
--body-file <path>; it works anywhere--bodyis accepted. - Use
apifor anything the dedicated commands do not cover, e.g.npx -y gh-axi api repos/{owner}/{repo}/topics.
Related skills
FAQ
What does gh-axi do?
Operate GitHub through the gh-axi CLI - issues, pull requests, workflow runs, workflows, releases, repositories, labels, search, and raw API access. Use whenever a task touches GitHub: listing or filing issues, reviewing
When should I use gh-axi?
Operate GitHub through the gh-axi CLI - issues, pull requests, workflow runs, workflows, releases, repositories, labels, search, and raw API access. Use whenever a task touches GitHub: listing or filing issues, reviewing
What are common prerequisites?
--- name: gh-axi description: "Operate GitHub through the gh-axi CLI - issues, pull requests, workflow runs, workflows, releases, repositories, labels, search, and raw API access.