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.
npx skills add PaulRBerg/agent-skills --skill cli-ghgit clone --depth 1 https://github.com/PaulRBerg/agent-skillsWrote 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.
[](https://agentmods.dev/skills/paulrberg/agent-skills/cli-gh)<a href="https://agentmods.dev/skills/paulrberg/agent-skills/cli-gh"><img src="https://agentmods.dev/badge/skills/paulrberg/agent-skills/cli-gh.svg" alt="Measured on agentmods" height="20"></a>- Socket pass
- Snyk warn
- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Excessive Agency · line 28 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00047 | $0.00845 |
| Opus 5 | $0.00023 | $0.00423 |
| Sonnet 5 | $0.00009 | $0.00169 |
| Haiku 4.5 | $0.00005 | $0.00085 |
Grade A, and why
cli-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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GitHub CLI
This skill is coordination-exempt: skip the ai-coord gate for its declared work.
Route GitHub CLI work through current gh help and load only the reference for the active task.
Boundary with yeet
Use yeet to author or update a pull request, issue, issue comment, or discussion. yeet owns semantic analysis,
repository templates, Paul's writing voice, idempotency, and direct posting. Use this skill for read-only GitHub
inspection, command syntax, searches, workflow operations, codespaces, releases, configuration, and automation that does
not author contribution content.
Authority
- Read and inspect without confirmation.
- Execute reversible or ordinary GitHub writes only when the user explicitly requested that outcome.
- Never delete repositories, releases/assets, workflow runs/caches, secrets/variables, keys, codespaces, extensions, or gists.
- Label deletion is the sole destructive exception: show the target repo, exact labels, commands, and issue/PR impact,
then require approval in a subsequent message before
gh label delete ... --yes. - Route repository renames through
repo-renameso GitHub and local continuity change together.
Workflow
-
Resolve the repository explicitly when cwd is ambiguous. Let the first required read-only command validate authentication; run
gh auth statusonly for auth diagnosis. -
Inspect
gh <command> <subcommand> --helpfor the installed version before relying on flags or JSON fields. Prefer--jsonplus--jqfor machine-readable results. -
Load only the relevant reference:
Task Reference Workflow runs, checks, logs references/workflows-actions.mdReleases references/releases.mdSearch references/search.mdJSON fields and jq references/json-output.mdLabels references/labels.mdCodespaces references/codespaces.mdDiscussions syntax (not authored contribution workflow) references/discussions.mdGists references/gists.mdAliases, API, extensions, org/projects, secrets, rulesets references/advanced-features.mdReusable automation patterns references/automation-workflows.mdFailures and auth/rate limits references/troubleshooting.md
What ships with it
17 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 42 B
- examples/auto-pr-create.sh 2.3 KB runs code
- examples/issue-triage.sh 5.3 KB runs code
- examples/release-automation.sh 5.8 KB runs code
- examples/workflow-monitor.sh 5.4 KB runs code
- references/advanced-features.md 5.8 KB
- references/automation-workflows.md 3.7 KB
- references/codespaces.md 698 B
- references/discussions.md 912 B
- references/gists.md 304 B
- references/json-output.md 927 B
- references/labels.md 1.2 KB
- references/releases.md 893 B
- references/search.md 1.4 KB
- references/troubleshooting.md 8.5 KB
- references/version.txt 7 B
- references/workflows-actions.md 7.7 KB
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.
- 8d ago First seen · 74 lines · 47 tokens per session scan A c15f252eff4e
cli-gh is a skill published in the GitHub repository PaulRBerg/agent-skills (70 stars, last pushed today), licensed MIT. It adds 47 tokens to every session and 845 once invoked, about $0.0002 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-30.
Other skills, from other repositories
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
multi-agent-release-manager
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.
release-notes
Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.
pack-submit
Package one of this agent's own skills as a standalone community pack and submit it to the aeon registry as a PR.
updater_guide
Guidance for checking for and installing Row-Bot updates.