github

github is a skill for Claude Code, Codex from maikotrindade/awesome-react-native-skills. It costs 43 tokens per session (461 once invoked), scanned A, original, GPL-3.0.

Guidance for using GitHub, a service for hosting code and coordinating software work, through its gh command-line tool. It covers pull requests, stacked pull requests, reviews, branches, and repository automation.

In plain words
What is it for?
Use it to create and review pull requests, manage branches and stacked changes, merge work, and automate repository tasks.
Why use it?
It helps developers handle common GitHub work consistently from the terminal and organize changes that depend on one another.

Skill for Claude CodeCodex

Part of the awesome-react-native-skills plugin — 10 skills shipped together

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.

agentmods
npx agentmods add skills/maikotrindade/awesome-react-native-skills/github
Any agent
npx skills add maikotrindade/awesome-react-native-skills --skill github
Clone the repo
git clone --depth 1 https://github.com/maikotrindade/awesome-react-native-skills

Made for: Claude Code, Codex.

Or install awesome-react-native-skills, the plugin that ships this one along with the rest of its 10 skills.

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/maikotrindade/awesome-react-native-skills/github.svg)](https://agentmods.dev/skills/maikotrindade/awesome-react-native-skills/github)
Your own site
<a href="https://agentmods.dev/skills/maikotrindade/awesome-react-native-skills/github"><img src="https://agentmods.dev/badge/skills/maikotrindade/awesome-react-native-skills/github.svg" alt="Measured on agentmods" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 461 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00043 $0.00461
Opus 5 $0.00022 $0.00230
Sonnet 5 $0.00009 $0.00092
Haiku 4.5 $0.00004 $0.00046

Measured 3d ago against content hash 7a2d5801b7eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

github 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 3d 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/github/SKILL.md · 60 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file 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.

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. 3d ago First seen · 60 lines · 43 tokens per session scan A 7a2d5801b7eb

Subscribe to this mod's changes

github is a skill published in the GitHub repository maikotrindade/awesome-react-native-skills (10 stars, last pushed 3mo ago), licensed GPL-3.0. It adds 43 tokens to every session and 461 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-31.

Related

Other skills, from other repositories

spec-harness-generate-agents

Bind the 6 SDD agents to THIS project's rules — fill each agent's GEN:rules region with its concern's real rules (implementer←Coding, tester←Testing+commands, reviewer←Reviewing, researcher/planner←Architecture, verifier←goal). Use when Malik says 'generate the agents', 'make the agents project-specific', 'bind agents…

chohra-med/expo_boilerplate · 0 tokens

spec-harness-build

Run the SDD pipeline over tasks.md: implement → test → VERIFY → review, one task at a time, under the ratchet. Use when Malik says 'build it', 'run the pipeline', 'implement the tasks', or 'ship this feature'. Each task gated by the separate verifier; lessons harvested by learn.

chohra-med/expo_boilerplate · 0 tokens

spec-harness-install

Add or refresh Spec Harness in a repo — greenfield (new) or existing (integrate), idempotent. Use when Malik says 'install spec harness', 'set this repo up with spec harness', 'integrate spec harness into X', or 'start a new spec-harness project'. Runs the interview (mode, stack, constraints, work-intake source…

chohra-med/expo_boilerplate · 112 tokens

spec-harness-learn

The learning loop — turn feedback, a correction, or a verifier-FAIL root cause into one enforced rule injected into the ratchet (AGENTS.md/airules), dated. Use when Malik says 'learn this', 'remember not to do X', 'capture this lesson', 'don't do that again', or right after he corrects you. Closes the loop the…

chohra-med/expo_boilerplate · 91 tokens

spec-harness-rules

Per-directory rules — resolve the nearest RULES.md for a path (coding/architecture/packages/testing/reviewing), or generate it from a directory's real code when missing. Use when Malik says 'different directories have different rules', 'add rules per directory', 'each package needs its own rules', 'what rules apply…

chohra-med/expo_boilerplate · 99 tokens

spec-harness-tickets

Intake work into the SDD pipeline — pull tickets from a connected ticket MCP (Linear/GitHub/Jira) or define an inline plan. Use when Malik says 'pull my tickets', 'grab the Linear issues', 'turn this into specs', 'plan this work', or 'what should I build next'. Produces specs/NNN-/ ready for build.

chohra-med/expo_boilerplate · 82 tokens