commit

A command for preparing and committing Git changes using the repository’s existing commit-message style. A commit is a saved set of project changes in Git.

In plain words
What is it for?
Reviewing staged changes, staging files when needed, splitting unrelated work into separate commits, and writing concise conventional commit messages.
Why use it?
It checks recent messages and staged files, groups related changes, and asks for confirmation before creating 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/elanmed/agent-js/commit
Clone the repo
git clone --depth 1 https://github.com/elanmed/agent-js
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 292 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.00000 $0.00292
Opus 5 $0.00000 $0.00146
Sonnet 5 $0.00000 $0.00058
Haiku 4.5 $0.00000 $0.00029

Measured yesterday against content hash 2b775661edd9, 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.

.agent-js/commands/commit.md · 34 lines

What it actually says

Run git log --oneline -20 to see previous commit messages and understand the style.

Run git diff --staged --name-only to check if there are any staged files.

If no files are staged, run git add -A to stage all changes.

Run git diff --staged to see the changes.

Look at the changes and decide:

  • If changes are related and belong together, create a single commit
  • If changes affect different areas (e.g., tests vs source, docs vs code, unrelated features), create separate commits

When splitting into multiple commits:

  • Stage files for the first logical group with git add <files>
  • Commit with an appropriate message
  • Repeat for each group

Write commit messages that:

  • Use conventional commit format: <type>: <description>
  • Common types: add:, fix:, refactor:, docs:, tests:, misc:
  • Use lowercase only
  • Use commas to separate multiple changes in one commit
  • Fit on a single line
  • Are descriptive but concise

Before committing, present the proposed commit message(s) to the user and ask for confirmation.

If the user confirms the message is good, run git commit -m "<message>" for each commit.

If the user says the message is not good, ask them to provide a new commit message and use exactly what they provide.

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 · 34 lines · 0 tokens per session scan A 2b775661edd9

Subscribe to this mod's changes

commit is a command published in the GitHub repository elanmed/agent-js (2 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 292 tokens. 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.