git

git is a skill for Claude Code, Codex from butgo/butgo-specdrive-lab. It costs 27 tokens per session (264 once invoked), scanned A, original, MIT.

A command router for Git delivery tasks, mainly commits and GitHub pull requests. A Git commit records code changes, while a pull request proposes them for review.

In plain words
What is it for?
Use it with commands such as `$git commit` or `$git pr` to start the matching repository workflow.
Why use it?
It directs each Git request to the appropriate workflow and keeps unrelated tasks out of the delivery process.

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

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 git

README.md
[![agentmods](https://agentmods.dev/badge/skills/butgo/butgo-specdrive-lab/git.svg)](https://agentmods.dev/skills/butgo/butgo-specdrive-lab/git)
Your own site
<a href="https://agentmods.dev/skills/butgo/butgo-specdrive-lab/git"><img src="https://agentmods.dev/badge/skills/butgo/butgo-specdrive-lab/git.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.00264
Opus 5 $0.00014 $0.00132
Sonnet 5 $0.00005 $0.00053
Haiku 4.5 $0.00003 $0.00026

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

Security

Grade A, and why

git 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 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.

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.

.agents/skills/git/SKILL.md · 54 lines

What it actually says

Git

Use this skill as the argument-based entry point for specdrive Git delivery work.

Supported actions:

  • commit
  • pr

Aliases:

  • commit -> commit
  • github-pr -> pr
  • pr -> pr

If the user did not provide an action, list the action choices and stop.

Dispatch

Follow the matching repo-local skill instructions:

  • commit: .agents/skills/git-commit/SKILL.md
  • pr: .agents/skills/github-pr/SKILL.md

Do not combine actions in one response unless the user explicitly asks.

Output: No Action

Reply with:

  1. available actions
  2. short descriptions
  3. copy-ready examples

Examples:

$git commit
$git pr

Boundaries

  • Git work is delivery work.
  • Do not perform doc, dev, or session work through this skill.
  • Do not commit, push, or create PRs without the approval gates in the dispatched skill.
  • Do not force push.
  • Do not merge PRs.
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 · 54 lines · 27 tokens per session scan A 10a70c56187c

Subscribe to this mod's changes

git is a skill published in the GitHub repository butgo/butgo-specdrive-lab (1 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 264 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

git

Git workflow, conventional commits, branch naming and PR conventions.

luismiglezmohino/ai-dev-agents · 13 tokens

git-guardian

Pre-commit safety checks for AI-assisted development. Detects secrets, large files, merge conflict markers, sensitive files, and common AI-coding mistakes before they hit your repo.

suryast/free-ai-agent-skills · 40 tokens

contextual-commit

Write contextual commits that capture intent, decisions, and constraints alongside code changes. Use when committing code, finishing a task, or when the user asks to commit. Extends Conventional Commits with structured action lines in the commit body that preserve WHY code was written, not just WHAT changed.

yamadashy/repomix · 62 tokens

apm-issue-autopilot

Use this skill to drive any open microsoft/apm issue (bug, feature, docs, refactor, perf) from raw intake to a mergeable PR with triage as the central, paramount gate. Run the apm-triage-panel rubric per issue first, then present ONE consolidated triage review for the whole batch and escalate to the maintainer BY…

microsoft/apm · 238 tokens

gh-issues

Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5]…

the-open-agent/openagent · 116 tokens

git-commit

Generate well-formatted git commit messages following conventional commit standards.

ThinkInAIXYZ/deepchat · 15 tokens