git-commit

git-commit is a skill for Claude Code, Codex from blockmatic/basilic. It costs 26 tokens per session (271 once invoked), scanned A, original, MIT.

A helper that creates a short commit message and commits staged changes. A commit is a saved checkpoint in Git.

In plain words
What is it for?
Use it to commit changes that have already been staged in Git.
Why use it?
It helps when changes are ready but you need a concise message and a correctly created commit.

Skill for Claude CodeCodex

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to commit changes that have already been staged in Git.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blockmatic/basilic/git-commit
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 blockmatic/basilic --skill git-commit
Clone the repo
git clone --depth 1 https://github.com/blockmatic/basilic

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-commit

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/blockmatic/basilic/git-commit"><img src="https://agentmods.dev/badge/skills/blockmatic/basilic/git-commit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 271 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00026 $0.00271
Opus 5 $0.00013 $0.00135
Sonnet 5 $0.00005 $0.00054
Haiku 4.5 $0.00003 $0.00027

Measured 2d ago against content hash 0b7eb6ca2847, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

git-commit 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 2d 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/workflow/git-commit/SKILL.md · 26 lines

What it actually says

Purpose and inputs

Invocation requests a commit. Inspect staged and unstaged changes and the authorized task scope before staging anything. Use the default global Git identity and repository commit rules; never bypass hooks or add attribution trailers.

Steps

  1. Inspect the diff and distinguish task-owned changes from unrelated work, including pre-staged files. If the intended commit cannot be separated safely, clarify the file scope.
  2. Check required validation evidence and documentation updates. Resolve failures caused by this task; report unrelated blockers honestly.
  3. Stage explicit task-owned paths or hunks. Do not sweep unrelated or untracked work into the commit with a blanket add.
  4. Write a Conventional Commit: lowercase type/scope, imperative summary of at most 60 characters, no period. Follow repository-specific scope conventions.
  5. Commit with hooks enabled; inspect the result and remaining working tree.

Verification and handoff

  • Commit contains only the intended change and passes required hooks.
  • Documentation and validation evidence describe that change.
  • Unrelated work remains intact.

Return commit ID and concise scope. A commit request alone does not authorize pushing.

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. 2d ago Changed · +11 lines · +1 tokens per session 0b7eb6ca2847
  2. 5d ago First seen · 15 lines · 25 tokens per session scan A 0e2752d02e1b

Subscribe to this mod's changes

git-commit is a skill published in the GitHub repository blockmatic/basilic (89 stars, last pushed today), licensed MIT. It adds 26 tokens to every session and 271 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-09-03.