git-commit-confirmation

A rule requiring user approval before a Git commit is created. A Git commit is a saved record of changes in a project's version history.

In plain words
What is it for?
Prepare changes, show their status or diff, suggest a commit message, ask for confirmation, and create the commit only after the user explicitly agrees.
Why use it?
It prevents the coding agent from adding changes to version history without the developer reviewing and approving them first.

Cursor rule

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 rules/cdbattags/ai/git-commit-confirmation
Clone the repo
git clone --depth 1 https://github.com/cdbattags/ai
Per session 463 This file is loaded in full into every session.
When invoked 463 The same file — it is already loaded in full.
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.00463 $0.00463
Opus 5 $0.00231 $0.00231
Sonnet 5 $0.00093 $0.00093
Haiku 4.5 $0.00046 $0.00046

Measured yesterday against content hash 13c8d5275973, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

src/rules/git-commit-confirmation.mdc · 77 lines

What it actually says

Git Commit Confirmation

ABSOLUTE RULE — NO EXCEPTIONS

NEVER run git commit without explicit user approval.

STOP. ASK. WAIT. Only commit after the user says "yes" or "commit".

Mandatory Workflow

When changes are ready to commit:

  1. Make the changes — edit, create, or delete files as requested
  2. Show what changed — optionally show git status and git diff
  3. Draft commit message — prepare a clear, descriptive commit message
  4. STOP — do NOT proceed without user approval
  5. Ask explicitly — "Ready to commit these changes?"
  6. Wait for response — do not assume, do not proceed
  7. Only after "yes" — user must say "yes", "commit", "go ahead", etc.
  8. Then and only then commit

Pattern to Follow

End your response with:

I've made the following changes:
- [list changes]

Proposed commit message:
---
[commit message]
---

Ready to commit these changes?

Then stop. Wait. Do not commit until user responds.

When NOT to Commit

Do not commit if the user:

  • Just asked to "fix" or "change" something
  • Reported an error or issue
  • Has not explicitly said "commit" or "yes, commit"

When TO Commit

Only commit if the user explicitly:

  • Says "commit this"
  • Says "yes" to a commit confirmation prompt
  • Asks to "commit the changes"
  • Says "create a commit with message X"

No Exceptions

Do NOT commit even if:

  • The change is small or trivial
  • The user approved previous commits in this conversation
  • You think the user "obviously" wants it committed
  • The changes are "ready" or it's the end of a task

Every single commit requires explicit approval for that specific commit.

Applies To

All git commit operations: git commit, git commit -m, git commit --amend, git commit -a.

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 · 77 lines · 463 tokens per session scan A 13c8d5275973

Subscribe to this mod's changes

git-commit-confirmation is a cursor rule published in the GitHub repository cdbattags/ai (4 stars, last pushed 6mo ago), licensed MIT. It adds 463 tokens to every session, about $0.0023 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.