generative-commit-message-for-ai-tool CLAUDE.md

generative-commit-message-for-ai-tool CLAUDE.md is an instructions file for coding agents from UNILORN/generative-commit-message-for-ai-tool. It costs 607 tokens per session, scanned A, original, MIT.

Repository instructions for a Go command-line tool that creates Git commit messages from staged changes using supported AI providers. They document its project structure and build, test, install, clean, and release commands.

In plain words
What is it for?
Use them when developing, testing, installing, cleaning, or releasing the Go tool, including work involving AWS Bedrock, the Claude API, or the local Gemini command-line tool.
Why use it?
They give a coding agent the project-specific context and commands needed to work on the repository correctly.

Instructions file

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 instructions/unilorn/generative-commit-message-for-ai-tool/claude-md
Clone the repo
git clone --depth 1 https://github.com/UNILORN/generative-commit-message-for-ai-tool

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for generative-commit-message-for-ai-tool CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/unilorn/generative-commit-message-for-ai-tool/claude-md.svg)](https://agentmods.dev/instructions/unilorn/generative-commit-message-for-ai-tool/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/unilorn/generative-commit-message-for-ai-tool/claude-md"><img src="https://agentmods.dev/badge/instructions/unilorn/generative-commit-message-for-ai-tool/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 607 This file is loaded in full into every session.
When invoked 607 The same file — it is already loaded in full.
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.1 $0.00607 $0.00607
Opus 5 $0.00303 $0.00303
Sonnet 5 $0.00121 $0.00121
Haiku 4.5 $0.00061 $0.00061

Measured 5d ago against content hash 0e81086d1b1e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

generative-commit-message-for-ai-tool CLAUDE.md 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 5d 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.

CLAUDE.md · 63 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

This is a Go CLI tool that generates commit messages using AI providers. The tool analyzes Git staged changes and generates appropriate commit messages through AWS Bedrock, Claude API directly, or local Gemini CLI.

Build and Development Commands

Use the Makefile for all build operations:

  • make build - Build the binary
  • make test - Run all tests with verbose output
  • make install - Build and install to $GOPATH/bin
  • make clean - Remove build artifacts
  • make release - Cross-compile for multiple platforms (Linux, macOS, Windows)
  • make help - Show all available targets

For development, use standard Go commands:

  • go run . - Run the application directly
  • go test ./... - Run tests for all packages

Architecture

The codebase follows a clean modular architecture with three main packages:

Core Packages

  • client/ - Abstract interface for AI providers
  • bedrock/ - AWS Bedrock client implementation
  • claude/ - Claude API direct client implementation
  • geminicli/ - Local Gemini CLI client implementation (executes gemini command)
  • git/ - Git operations (staged diffs, branch detection, file status)
  • message/ - Commit message generation logic that orchestrates AI clients and git packages
  • main.go - CLI entry point with flag parsing and orchestration

Data Flow

  1. CLI parses flags (provider, model ID, region, verbose mode)
  2. Auto-detects provider based on environment variables and available tools if not specified
  3. git package extracts staged changes and current branch
  4. Appropriate AI client (bedrock, claude, or geminicli) is initialized
  5. message package combines git context and calls AI client through interface
  6. Generated message is printed to stdout

Usage Requirements

For Gemini CLI (Simplest)

  • Requires gemini command available in PATH
  • Default model: gemini-2.5-pro

Read the full file on GitHub · 63 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. 5d ago First seen · 63 lines · 607 tokens per session scan A 0e81086d1b1e

Subscribe to this mod's changes

generative-commit-message-for-ai-tool CLAUDE.md is an instructions file published in the GitHub repository UNILORN/generative-commit-message-for-ai-tool (2 stars, last pushed 5mo ago), licensed MIT. It adds 607 tokens to every session, about $0.0030 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.