git-commit

A command definition for creating organized Git commits in the Codex7 monorepo. A Git commit records a set of code changes, while a monorepo stores multiple related packages or projects in one repository.

In plain words
What is it for?
Use it when preparing Codex7 changes for commit, including choosing commit groups, writing the required conventional message format, and adding the specified attribution.
Why use it?
It helps keep commits small, focused, consistently named, and easier to review or undo. It also groups documentation, infrastructure, features, tests, and fixes appropriately.

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/jenova-marie/iris-mcp/git-commit
Clone the repo
git clone --depth 1 https://github.com/jenova-marie/iris-mcp

Made for: Claude Code.

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 2,394 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.02394
Opus 5 $0.00000 $0.01197
Sonnet 5 $0.00000 $0.00479
Haiku 4.5 $0.00000 $0.00239

Measured yesterday against content hash 5966aa1ca0a6, 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 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/git-commit.md · 334 lines

How it starts

The opening of the file, as written. The whole thing — 334 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Git Commit Command for Codex7

Create well-organized, properly attributed git commits for the Codex7 project.

Instructions

You are helping create git commits for the Codex7 monorepo. Follow these guidelines:

Commit Organization

  1. Group related changes logically - Don't commit everything at once

    • Documentation changes together
    • Infrastructure/config changes together
    • Feature implementation by package
    • Tests with the code they test
    • Bug fixes isolated from features
  2. Commit frequently - Smaller, focused commits are better than large ones

    • Each commit should represent one logical change
    • Commits should be atomic (can be reverted independently)
    • Prefer multiple small commits over one large commit

Commit Message Format

Use conventional commit format with emojis:

<emoji> <type>(<scope>): <subject>

<body>

<footer>
Emoji Prefixes
  • feat: - New features
  • 🐛 fix: - Bug fixes
  • 📝 docs: - Documentation only
  • 🎨 style: - Code style/formatting (no logic change)
  • ♻️ refactor: - Code refactoring
  • 🧪 test: - Adding or updating tests
  • 🔥 perf: - Performance improvements
  • 🏗️ chore: - Build process, tooling, dependencies
  • 🔒 security: - Security improvements
  • 🐳 docker: - Docker-related changes
  • 📦 deps: - Dependency updates
  • 🚀 deploy: - Deployment configuration
  • 🔧 config: - Configuration changes
Scopes (optional but encouraged)
  • shared - @codex7/shared package
  • mcp-server - @codex7/mcp-server package
  • api - @codex7/api package
  • web - @codex7/web package
  • indexer - @codex7/indexer package
  • storage-postgres - @codex7/storage-postgres package
  • storage-sqlite - @codex7/storage-sqlite package
  • storage-qdrant - @codex7/storage-qdrant package
  • monorepo - Root-level monorepo changes
  • ci - CI/CD workflows
  • docker - Docker configurations
Subject Line
  • Use imperative mood ("add" not "added" or "adds")
  • Don't capitalize first letter after type
  • No period at the end
  • Keep under 72 characters
  • Be descriptive but concise

Read the full file on GitHub · 334 lines

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 · 334 lines · 0 tokens per session scan A 5966aa1ca0a6

Subscribe to this mod's changes

git-commit is a command published in the GitHub repository jenova-marie/iris-mcp (1 stars, last pushed 9mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,394 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.