git-commit

A Git command that examines code changes and suggests concise, detailed, or one-line commit messages. A commit is a saved checkpoint in a Git project.

In plain words
What is it for?
Use it to review staged or unstaged changes, choose a message style, stage files, and create a commit.
Why use it?
It removes the need to write commit messages from scratch and can point out when changes may belong in separate commits.

Command

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 commands/kuku0922/awesome-ai-coding-enhance/git-commit
Clone the repo
git clone --depth 1 https://github.com/kuku0922/awesome-ai-coding-enhance
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,858 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.00035 $0.02858
Opus 5 $0.00017 $0.01429
Sonnet 5 $0.00007 $0.00572
Haiku 4.5 $0.00003 $0.00286

Measured yesterday against content hash 0c9e992b1494, 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 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.

commands/git-commit.md · 294 lines

How it starts

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

Claude Command: Smart Git Commit with Message Options

This command works without any package manager/build tools, using only Git to automatically analyze changes and generate optimized commit messages with three distinct options:

🎯 Three Commit Message Options

  1. Concise Version (Recommended) 🌟

    • Brief, clear summary of changes
    • Includes essential context and motivation
    • Perfect for daily development workflow
  2. Detailed Version 📋

    • Comprehensive technical description
    • Includes implementation details and rationale
    • Ideal for complex features or critical fixes
  3. Minimalist Version

    • Single-line summary for quick submission
    • Perfect for routine changes or hotfixes
    • Maintains clarity while maximizing speed

The command will:

  • Read changes (staged/unstaged)
  • Determine if changes should be split into multiple commits
  • Generate all three message options for user selection
  • Support auto-selection with --auto-select flag
  • Execute git add and git commit as needed (runs local Git hooks by default; use --no-verify to skip)

Usage

# Interactive mode - shows all three options
/git-commit
/git-commit --all                     # Stage all changes first
/git-commit --emoji                   # Include emoji in all options
/git-commit --no-verify               # Skip Git hooks

# Auto-selection modes
/git-commit --auto-select concise     # Auto-select concise version
/git-commit --auto-select detailed    # Auto-select detailed version
/git-commit --auto-select minimalist  # Auto-select one-line summary

# Advanced options
/git-commit --scope ui --type feat --emoji
/git-commit --amend --signoff

Options

Core Options
  • --auto-select <type>: Automatically select a message type without prompting
    • concise: Brief, clear summary (recommended)
    • detailed: Comprehensive technical description
    • minimalist: Single-line summary for speed
  • --no-verify: Skip local Git hooks (pre-commit/commit-msg etc.).
  • --all: When staging area is empty, automatically git add -A to include all changes.
  • --amend: Amend the last commit without creating a new one.
  • --signoff: Add Signed-off-by line (use when following DCO process).
  • --emoji: Include emoji prefix in commit message (applies to all three options).
  • --scope <scope>: Specify commit scope (e.g., ui, docs, api).
  • --type <type>: Force commit type (e.g., feat, fix, docs).

Read the full file on GitHub · 294 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 · 294 lines · 0 tokens per session scan A 0c9e992b1494

Subscribe to this mod's changes

git-commit is a command published in the GitHub repository kuku0922/awesome-ai-coding-enhance (3 stars, last pushed 9mo ago), licensed MIT. It adds 35 tokens to every session and 2,858 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-31.