github

Guidelines for using GitHub with a coding project, covering commit messages, branches, issues, pull requests, and the GitHub command-line tool.

In plain words
What is it for?
Use them when committing, branching, pushing, opening issues or pull requests, or deciding between direct work on main and a short-lived branch.
Why use it?
They help teams keep project history and collaboration records clear and choose an appropriate workflow for each change.

Skill for Claude CodeCodex

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/opagani/cassini-workshop/github
Any agent
npx skills add opagani/cassini-workshop --skill github
Clone the repo
git clone --depth 1 https://github.com/opagani/cassini-workshop

Made for: Claude Code, Codex.

Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,511 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00083 $0.01511
Opus 5 $0.00042 $0.00756
Sonnet 5 $0.00017 $0.00302
Haiku 4.5 $0.00008 $0.00151

Measured yesterday against content hash 6106a7e4b318, 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 yesterday.

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.

Origin

This is a copy

100% identical to github — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/github/SKILL.md · 212 lines

How it starts

The opening of the file, as written. The whole thing — 212 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub workflow

The point: write commits, issues, and PRs that read clearly weeks later. Be direct, be specific, skip the filler.

Branching — when to branch, when not

Trunk-based (commit straight to main) when:

  • Single-file or single-concept fix.
  • Typo, doc tweak, version bump, comment, lint fix.
  • Test-only addition that doesn't change behavior.
  • Anything that takes one commit and reviews itself in 30 seconds.

Short-lived branch when:

  • More than ~2 commits expected.
  • New feature or capability, even a small one.
  • Schema/migration change.
  • Anything that could break main for someone else.
  • A spec / plan task that has its own id (e.g. T052 from docs/PLAN.md).

Branch naming: <type>/<short-slug> — type is one of feat, fix, chore, docs, refactor, test. Examples:

feat/order-fulfillment-tx
fix/signature-verify-header-case
chore/bump-drizzle

Keep branches short-lived. Open the PR early, even as draft.

Commits — Conventional Commits, kept honest

Format:

<type>(<optional scope>): <imperative summary, lower-case, no period>

<body — what changed and why, wrapped at ~72 cols>

<footer — refs, breaking changes>

Types: feat, fix, chore, docs, refactor, test, perf, build, ci, revert.

Summary line rules:

  • 50 chars or fewer when possible, hard cap 72.
  • Imperative mood (add, not added/adds).
  • No trailing period.
  • Scope is optional; use it when there's an obvious area (feat(webhook): …, fix(db): …).

Body rules:

  • Always include one if the change isn't self-evident from the diff.
  • Explain what changed and why — never restate the diff line by line. Mention trade-offs or alternatives rejected if relevant.
  • One blank line between summary and body.
  • Reference issues with Refs #123 or Closes #123.

Footers:

  • Closes #N to auto-close an issue on merge.
  • BREAKING CHANGE: <what breaks, how to migrate> for breakages.
  • Co-Authored-By: lines when pairing.

Read the full file on GitHub · 212 lines

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. yesterday First seen · 212 lines · 83 tokens per session scan A 6106a7e4b318

Subscribe to this mod's changes

github is a skill published in the GitHub repository opagani/cassini-workshop (0 stars, last pushed 2mo ago), licensed MIT. It adds 83 tokens to every session and 1,511 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to github, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

MisakaNet

Skill "MisakaNet" from Ikalus1988/MisakaNet, covering misakanet-failure-memory, when to use this skill, recovery flow, tools and search for lessons.

Ikalus1988/MisakaNet · 0 tokens

hono-cloudflare

Hono on Cloudflare Workers - bindings, KV, D1, R2, Durable Objects, and edge deployment patterns.

bobmatnyc/claude-mpm-skills · 29 tokens

changelog-writer

This skill should be used when the user asks to "add a changelog entry", "write changelog", "audit changelog", "review changelog", "check changelog entries", or is editing docs-mintlify/changelog.mdx. Enforces a consistent, reader-facing voice and cuts implementation trivia.

pdugan20/rewind · 68 tokens

add-media

This skill should be used when the user asks to "add a movie", "add a vinyl", "add to my collection", "add physical media", "add a Blu-ray", "add a CD", or "bought these records". It handles both movies (via TMDb/Trakt) and music (via Discogs).

pdugan20/rewind · 71 tokens

media-search

This skill should be used when the user asks to "search for a movie", "find a record on Discogs", "look up a film", "search TMDb", "search Discogs", "what's the TMDb ID for", "what's the Discogs ID for", or wants to look up media metadata before adding it to the collection.

pdugan20/rewind · 75 tokens

senado-br

Pesquisa de dados abertos do Senado Federal do Brasil via o MCP senado-br (67 ferramentas): senadores, matérias e projetos de lei, votações nominais, comissões, plenário, discursos, blocos e lideranças, legislação federal, vetos, e o portal e-Cidadania (consultas públicas, ideias legislativas, eventos), além de dados…

SidneyBissoli/senado-br-mcp-cloudflare · 197 tokens