gh

gh is a skill for Claude Code, Codex from nmoinvaz/speedy-gonzales. It costs 22 tokens per session (899 once invoked), scanned A, original, no licence file.

A guide to less obvious GitHub CLI commands and workarounds. The GitHub CLI is a terminal tool for working with GitHub repositories, issues, and pull requests.

In plain words
What is it for?
Use it when running GitHub tasks from a terminal and you need tips for handling awkward or error-prone cases.
Why use it?
It helps avoid common mistakes when using the GitHub CLI, especially where its behavior is not obvious.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when running GitHub tasks from a terminal and you need tips for handling awkward or error-prone cases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nmoinvaz/speedy-gonzales/gh
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nmoinvaz/speedy-gonzales --skill gh
Clone the repo
git clone --depth 1 https://github.com/nmoinvaz/speedy-gonzales

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for gh

README.md
[![agentmods](https://agentmods.dev/badge/skills/nmoinvaz/speedy-gonzales/gh/github.svg)](https://agentmods.dev/skills/nmoinvaz/speedy-gonzales/gh)
Your own site
<a href="https://agentmods.dev/skills/nmoinvaz/speedy-gonzales/gh"><img src="https://agentmods.dev/badge/skills/nmoinvaz/speedy-gonzales/gh/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gh

Your own site · 80×15
<a href="https://agentmods.dev/skills/nmoinvaz/speedy-gonzales/gh"><img src="https://agentmods.dev/badge/skills/nmoinvaz/speedy-gonzales/gh.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 899 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00022 $0.00899
Opus 5 $0.00011 $0.00449
Sonnet 5 $0.00004 $0.00180
Haiku 4.5 $0.00002 $0.00090

Measured 10d ago against content hash fdcfad01c7f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gh scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gh/SKILL.md · 92 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 92 lines · 22 tokens per session scan A fdcfad01c7f5

Subscribe to this mod's changes

gh is a skill published in the GitHub repository nmoinvaz/speedy-gonzales (3 stars, last pushed 2mo ago), with no licence file. It adds 22 tokens to every session and 899 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

github-cli

Safety-first GitHub CLI skill wrapping gh (v2.86+). Use when performing GitHub operations — PRs, issues, releases, repos, Actions, API calls. Enforces risk classification with mandatory confirmation for destructive/forbidden operations.

georgekhananaev/claude-skills-vault · 55 tokens

project-change-log

Maintain a CHANGELOG.md following the Keep a Changelog standard. Use after commits, on /commit, when the user asks to update the changelog, or when releasing a version — maps conventional-commit types to Added/Changed/Fixed/Security categories. Archives old releases into per-major files (changelog/CHANGELOG-1.x.md) so…

georgekhananaev/claude-skills-vault · 87 tokens

flow-next-land

Autonomous PR babysitter tick. Fixes CI, resolves feedback, merges when converged, closes the spec, releases. Emits LANDVERDICT. Use when asked to land PRs.

gmickel/flow-next · 42 tokens

git-workflow

A guide for handling Git repository work safely, including status checks, branches, commits, pushes, pull requests, and rebasing. Git is a version-control system that records code changes and coordinates work between developers.

laolaoshiren/claude-code-skills-zh · 73 tokens

flow-next-worktree-kit

Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.

gmickel/flow-next · 43 tokens

night-market-operations

Run and ship this repo: make targets, artifacts, release runbook. Use when testing, linting, or releasing. Do not use for setup; use night-market-build-and-env.

athola/claude-night-market · 43 tokens