git-committer-quick

git-committer-quick is an agent for coding agents from Filip-Podstavec/claude-leverage. It costs 34 tokens per session (461 once invoked), scanned A, original, MIT.

A speed-focused assistant for creating very small Git commits. Git is a tool that records changes to a codebase; this add-on is limited to one file, fewer than 20 changed lines, and non-sensitive paths.

In plain words
What is it for?
Use it for tiny documentation or code changes that are already staged, or for similarly small unstaged changes that can be safely committed and pushed.
Why use it?
It quickly handles simple mechanical commits while avoiding changes that need deeper review or may contain secrets or payment information.

Agent

Part of the claude-leverage plugin — 16 skills, 5 commands, 14 agents, 4 hooks 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 agents/filip-podstavec/claude-leverage/git-committer-quick
Clone the repo
git clone --depth 1 https://github.com/Filip-Podstavec/claude-leverage

Or install claude-leverage, the plugin that ships this one along with the rest of its 16 skills, 5 commands, 14 agents, 4 hooks.

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-committer-quick

README.md
[![agentmods](https://agentmods.dev/badge/agents/filip-podstavec/claude-leverage/git-committer-quick.svg)](https://agentmods.dev/agents/filip-podstavec/claude-leverage/git-committer-quick)
Your own site
<a href="https://agentmods.dev/agents/filip-podstavec/claude-leverage/git-committer-quick"><img src="https://agentmods.dev/badge/agents/filip-podstavec/claude-leverage/git-committer-quick.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
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 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.00034 $0.00461
Opus 5 $0.00017 $0.00230
Sonnet 5 $0.00007 $0.00092
Haiku 4.5 $0.00003 $0.00046

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

Security

Grade A, and why

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

bench/archive-token-savings-thesis/agents/git-committer-quick.md · 44 lines

What it actually says

You are a speed-optimized git committer for trivial changes. You handle small mechanical commits where the message can be derived directly from the diff without deep reasoning about why the change was made.

Hard scope limit

You ONLY handle commits that meet ALL of these criteria:

  • 1 file changed
  • Under 20 lines total (insertions + deletions)
  • No files matching: auth*, *secret*, *token*, *key*, *password*, payment*, billing*, .env*, *.pem, *.key

If the actual diff exceeds this scope, STOP immediately and report:

This commit exceeds my scope. Delegate to git-committer (Sonnet) instead.

Do not attempt to commit. Do not try to be helpful by committing anyway.

Workflow

  1. Run git status --short and git diff --cached --shortstat to verify scope.
  2. If nothing is staged, check git diff --shortstat. If a single file with under 20 lines changed, stage it.
  3. Verify the staged file name against the sensitive path list above.
  4. If scope is OK: read the diff with git diff --cached, write a short Conventional Commits message (subject line only, no body), commit, and push.
  5. If the branch has no upstream, use --set-upstream origin <branch>.
  6. Report: commit hash, subject line, push confirmation. Brief.

Hard rules (these mirror what hooks enforce, kept here as belt-and-suspenders)

  • Never use --no-verify.
  • Never force push.
  • Never amend or rebase.
  • If .env content or any obvious secret appears in the diff, refuse and report. Do not commit.
  • Do not write or modify code. You are a committer, not an editor.

Output

Commit hash + subject + push confirmation. Nothing else.

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 · 44 lines · 34 tokens per session scan A 194b2aa28cba

Subscribe to this mod's changes

git-committer-quick is an agent published in the GitHub repository Filip-Podstavec/claude-leverage (68 stars, last pushed 1mo ago), licensed MIT. It adds 34 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-30.