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.
npx agentmods add commands/kuku0922/awesome-ai-coding-enhance/git-commitgit clone --depth 1 https://github.com/kuku0922/awesome-ai-coding-enhanceWhat 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.
| Model | Per session | Once 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 |
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.
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
-
Concise Version (Recommended) 🌟
- Brief, clear summary of changes
- Includes essential context and motivation
- Perfect for daily development workflow
-
Detailed Version 📋
- Comprehensive technical description
- Includes implementation details and rationale
- Ideal for complex features or critical fixes
-
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-selectflag - Execute
git addandgit commitas needed (runs local Git hooks by default; use--no-verifyto 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 promptingconcise: Brief, clear summary (recommended)detailed: Comprehensive technical descriptionminimalist: Single-line summary for speed
--no-verify: Skip local Git hooks (pre-commit/commit-msgetc.).--all: When staging area is empty, automaticallygit add -Ato include all changes.--amend: Amend the last commit without creating a new one.--signoff: AddSigned-off-byline (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).
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.
- yesterday First seen · 294 lines · 0 tokens per session scan A 0c9e992b1494
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.
Other commands, from other repositories
address-review
Address all reviewer recommendations from a PR code review systematically.
pragmatic-code-review
Perform a comprehensive pragmatic code review of recent changes against requirements.
review-branch
Review the current branch's diff against base by dispatching atomic-reviewer. No orchestration loop, no spec required — pre-flight before /commit pr or /commit merge.
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
tldr
Re-apply TLDR rules for this turn (verdict first, no filler).
dev-planner
Generate or update DEV-PLAN.md with phased development plan from Product-Spec.md.