commit

commit is a command for Claude Code from Koshimizu-Takehito/Confetti. It costs 0 tokens per session (452 once invoked), scanned A, a copy of commit, MIT.

A command that reviews staged Git changes, creates an English Conventional Commit message, and commits those changes. Conventional Commits are a format such as `feat:` or `fix:` that labels the kind of change.

In plain words
What is it for?
It is for making commits from staged changes with a consistent message format.
Why use it?
It removes the need to inspect the index, format the message, and run the commit command separately.

Command for Claude Code

Written for Claude Code: installed under .claude/.

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/koshimizu-takehito/confetti/commit
Clone the repo
git clone --depth 1 https://github.com/Koshimizu-Takehito/Confetti

Made for: Claude Code.

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 commit

README.md
[![agentmods](https://agentmods.dev/badge/commands/koshimizu-takehito/confetti/commit.svg)](https://agentmods.dev/commands/koshimizu-takehito/confetti/commit)
Your own site
<a href="https://agentmods.dev/commands/koshimizu-takehito/confetti/commit"><img src="https://agentmods.dev/badge/commands/koshimizu-takehito/confetti/commit.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 452 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00000 $0.00452
Opus 5 $0.00000 $0.00226
Sonnet 5 $0.00000 $0.00090
Haiku 4.5 $0.00000 $0.00045

Measured today against content hash 3d72582c3320, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

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

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.

Origin

This is a copy

100% identical to commit — 1 line differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/commands/commit.md · 24 lines

What it actually says

Instructions

以下の3つを直列に実行してください。それ以外の行動は一切禁止です。

💡 このコマンドはデフォルトシェルが zsh であることを前提としています(Bash 互換構文)。

  1. 現在の Git の staged な変更を git diff --cached で確認する
  2. Git の staged な変更をもとに、英語のコミットメッセージを作成する
    • メッセージは Conventional Commits のフォーマットに必ず従うこと
    • 単一行の要約に加え、必要に応じて複数行の詳細説明を含めてもよい
    • 複数行の詳細説明は、行頭をハイフン(-)で始める箇条書きとする
    • 詳細説明の行数は最大3行とする。コミットは 3. の方法で改行すること。
    • 記述内容の指針:
      • 変更の背景・理由(Why)影響範囲 を中心に。実装詳細(How) は必要な範囲で。
      • 1行あたり 72 文字前後を目安(CLI やメール連携での可読性向上のため)。
      • 必要に応じて 関連 Issue/PRブレイキングチェンジ移行手順 などを記載。
  3. 作成したコミットメッセージを用いて git commit を実行する
    例(zsh):
    git commit \
     -m 'feat: add new animation easing function' \
     -m $'- Introduces a custom elastic ease-in-out curve.\n- Focused on smoother transition and natural rebound effect.'
    
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. today First seen · 24 lines · 0 tokens per session scan A 3d72582c3320

Subscribe to this mod's changes

commit is a command published in the GitHub repository Koshimizu-Takehito/Confetti (14 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 452 tokens. A static security scan graded it A with 0 findings. It is 100% identical to commit, differing in 1 line, and is treated as a copy.