commit

A command that examines Git changes and creates a commit with a message matching the project's conventions. Git is the system used to track code changes and commits.

In plain words
What is it for?
Use it to review the current status and diff, study earlier commit styles, stage the intended files, and create a categorized commit.
Why use it?
It removes the need to inspect every change and write the commit message manually, while checking for sensitive or temporary files.

Command for Claude Code

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/lucky-aeon/agentx/commit
Clone the repo
git clone --depth 1 https://github.com/lucky-aeon/AgentX

Made for: Claude Code.

Per session 18 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 333 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.00018 $0.00333
Opus 5 $0.00009 $0.00167
Sonnet 5 $0.00004 $0.00067
Haiku 4.5 $0.00002 $0.00033

Measured yesterday against content hash 531bc0acdfc3, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 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.

.claude/commands/commit.md · 30 lines

What it actually says

基于当前的代码变更智能创建 git 提交。我会:

  1. 检查 git 状态 - 查看当前分支和变更文件
  2. 分析变更内容 - 使用 git diff 查看具体修改
  3. 查看提交历史 - 学习项目的提交信息规范和风格
  4. 生成提交信息 - 根据变更内容和项目规范创建合适的提交信息
  5. 执行提交 - 暂存相关文件并创建提交

如果提供了参数($ARGUMENTS),将作为提交信息的补充说明或作为自定义提交信息的基础。

提交信息规范:

  • 遵循项目现有的提交格式(如:feat(模块): 功能描述fix(模块): 修复内容
  • 优先使用中文描述,符合项目团队习惯
  • 根据变更类型自动选择合适的前缀:
    • feat: 新功能
    • fix: 修复问题
    • refactor: 重构代码
    • update: 更新功能
    • docs: 文档变更
    • test: 测试相关

安全检查:

  • 检查是否包含敏感信息(密钥、密码等)
  • 确认变更内容符合预期
  • 避免提交临时文件或调试代码
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 · 30 lines · 18 tokens per session scan A 531bc0acdfc3

Subscribe to this mod's changes

commit is a command published in the GitHub repository lucky-aeon/AgentX (829 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 18 tokens to every session and 333 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-08-30.