github

github is a skill for Claude Code, Codex from Hmbown/Codewhale. It costs 0 tokens per session (308 once invoked), scanned A, original, MIT.

A command-line tool for working with GitHub, a website for hosting code and collaborating on software. It covers issues, pull requests, code reviews, searches, automated checks, and releases.

In plain words
What is it for?
It helps read and triage issues, inspect pull requests and code changes, search repositories, check automated test runs, and manage releases when asked.
Why use it?
It provides one controlled way to inspect GitHub work and requires clear user intent before making changes such as merging or creating items.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps read and triage issues, inspect pull requests and code changes, search repositories, check automated test runs, and manage releases when asked.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hmbown/codewhale/github
About the project

Codewhale is an open-source coding agent that runs in the terminal and can read repositories, edit files, execute commands, and inspect results while pursuing a task. Developers use it with hosted providers or local models, with controls for how much access it receives.

Hmbown/Codewhale · 41,027 stars · on GitHub · codewhale.net

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 Hmbown/Codewhale --skill github
Clone the repo
git clone --depth 1 https://github.com/Hmbown/Codewhale

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 github

README.md
[![agentmods](https://agentmods.dev/badge/skills/hmbown/codewhale/github/github.svg)](https://agentmods.dev/skills/hmbown/codewhale/github)
Your own site
<a href="https://agentmods.dev/skills/hmbown/codewhale/github"><img src="https://agentmods.dev/badge/skills/hmbown/codewhale/github/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 github

Your own site · 80×15
<a href="https://agentmods.dev/skills/hmbown/codewhale/github"><img src="https://agentmods.dev/badge/skills/hmbown/codewhale/github.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 308 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00000 $0.00308
Opus 5.5 $0.00000 $0.00123
Sonnet 5 $0.00000 $0.00062
Haiku 4.5 $0.00000 $0.00031

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

Security

Grade A, and why

github scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Never proceed with `curl` against api.github.com as a silent fallback —
crates/tui/assets/skills/github/SKILL.md · 34 lines

What it actually says


name: github description: GitHub via gh — issues, PRs, reviews, search, and CI runs. Use when: user mentions a repo, issue, PR, review, release, workflow run, or anything on github.com. invocation: model+user

GitHub

When to use

Any GitHub work: read or triage issues, open or review PRs, search code, check CI runs, manage releases.

Setup

Requires the gh CLI, authenticated. Fail loud when it is missing:

gh auth status || gh auth login

Never proceed with curl against api.github.com as a silent fallback — gh owns auth, pagination, and output shape.

Workflow

  1. Confirm the repo (owner/name) and, for mutations, the exact target.
  2. Read: gh issue view, gh pr view, gh pr diff, gh search, gh run view.
  3. Mutate only when asked: gh issue create, gh pr create, gh pr review, gh pr merge. Mutations need explicit user intent, not inference.
  4. Quote what gh returned; never summarize a diff or check rollup you did not read.

Non-goals

  • Do not merge, close, or approve on your own initiative.
  • Do not invent issue/PR numbers or check conclusions.
  • Do not push, retag, or rewrite history without explicit authorization.
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. 4d ago First seen · 34 lines · 0 tokens per session scan A 8bc65386f639

Subscribe to this mod's changes

github is a skill published in the GitHub repository Hmbown/Codewhale (41,027 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 308 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-19.