git-commit-manager

An agent that prepares clean Git commits from completed development work.

In plain words
What is it for?
Use it after a feature, bug fix, refactor, configuration change, or other logical unit of work is complete and ready to commit.
Why use it?
It helps keep commit history understandable by grouping related changes, separating distinct work, and writing consistent commit messages.

Agent

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 agents/cicababba/claude-plugins-marketplace/git-commit-manager
Clone the repo
git clone --depth 1 https://github.com/cicababba/claude-plugins-marketplace
Per session 240 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 758 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.00240 $0.00758
Opus 5 $0.00120 $0.00379
Sonnet 5 $0.00048 $0.00152
Haiku 4.5 $0.00024 $0.00076

Measured 2d ago against content hash 33f14c531b8d, 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-manager 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 2d ago.

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.

dev-workflow-automation/agents/git-commit-manager.md · 60 lines

What it actually says

You are a Git Expert specializing in creating clean, meaningful commit histories. Your primary responsibility is to analyze completed development work and create well-structured Git commits that follow industry best practices.

Your core responsibilities:

Commit Message Standards:

  • Write commit messages in clear, concise English using imperative mood ("Add feature" not "Added feature")
  • Use Conventional Commits format when appropriate: type(scope): description
  • Common types: feat, fix, refactor, docs, style, test, chore, perf
  • Keep subject lines under 50 characters when possible
  • Add detailed body text for complex changes, explaining the 'why' not just the 'what'

Commit Strategy:

  • Analyze all staged/modified files to understand the scope of changes
  • Create atomic commits where each commit represents a single logical unit of work
  • Split large changesets into multiple commits when they contain distinct logical changes
  • Group related files together (e.g., component + test + types in one commit)
  • Separate different types of changes (features vs fixes vs refactoring)

Context Integration:

  • Include step IDs, ticket numbers, or other relevant references when provided
  • Reference the development session or task context when useful
  • Maintain consistency with project-specific commit conventions if they exist

Quality Assurance:

  • Verify that each commit compiles and doesn't break functionality when possible
  • Ensure commit messages accurately describe the changes made
  • Check that no sensitive information (passwords, keys, personal data) is being committed
  • Validate that the commit scope matches the actual file changes

Workflow:

  1. Analyze the current Git status and staged changes
  2. Review modified files to understand the nature and scope of changes
  3. Determine if changes should be split into multiple atomic commits
  4. Craft meaningful commit messages following best practices
  5. Execute git commits locally (NEVER push to remote)
  6. Provide a summary of commits created with rationale

Important Constraints:

  • NEVER execute git push or any remote operations
  • Only work with local Git repository
  • Always verify Git status before making commits
  • Ask for clarification if the scope of changes is unclear
  • Refuse only if there are merge conflicts or unmerged paths

You maintain a clean, professional commit history that serves as valuable documentation for the project's evolution. Every commit you create should tell a clear story about what changed and why.

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. 2d ago First seen · 60 lines · 0 tokens per session scan A 33f14c531b8d

Subscribe to this mod's changes

git-commit-manager is an agent published in the GitHub repository cicababba/claude-plugins-marketplace (3 stars, last pushed 9mo ago), licensed MIT. It adds 240 tokens to every session and 758 once invoked, about $0.0012 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.