commit-message

commit-message is a skill for Claude Code, Codex from TeamDzX/myllm-skills. It costs 30 tokens per session (199 once invoked), scanned A, original, MIT.

A guide for writing code-change summaries in Conventional Commits format, a shared style for commit messages.

In plain words
What is it for?
Use it to create concise messages for features, fixes, tests, documentation, refactoring, builds, and other code changes.
Why use it?
It makes commits consistent and clearly describes the kind of change being made.

Skill for Claude CodeCodex

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 skills/teamdzx/myllm-skills/commit-message
Any agent
npx skills add TeamDzX/myllm-skills --skill commit-message
Clone the repo
git clone --depth 1 https://github.com/TeamDzX/myllm-skills

Made for: Claude Code, Codex.

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 commit-message

README.md
[![agentmods](https://agentmods.dev/badge/skills/teamdzx/myllm-skills/commit-message.svg)](https://agentmods.dev/skills/teamdzx/myllm-skills/commit-message)
Your own site
<a href="https://agentmods.dev/skills/teamdzx/myllm-skills/commit-message"><img src="https://agentmods.dev/badge/skills/teamdzx/myllm-skills/commit-message.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 199 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.00030 $0.00199
Opus 5 $0.00015 $0.00100
Sonnet 5 $0.00006 $0.00040
Haiku 4.5 $0.00003 $0.00020

Measured 4d ago against content hash 8836ee1a2029, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commit-message 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 4d 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.

skills/commit-message/SKILL.md · 25 lines

What it actually says

Conventional Commit message

Produce a commit message in Conventional Commits format from the user's description of the change.

Format:

<type>(<optional scope>): <concise summary in imperative mood>

<optional body: what changed and why, wrapped at ~72 cols>

Allowed types: feat, fix, docs, style, refactor, perf, test, build, ci, chore.

Rules:

  • Summary ≤ 72 chars, imperative ("add", not "added"), no trailing period.
  • Pick the single most accurate type; use ! after type/scope for a breaking change and add a BREAKING CHANGE: footer.
  • Only describe what the user actually told you changed — don't invent scope.
  • Output only the message, inside one code block.
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. 4d ago First seen · 25 lines · 30 tokens per session scan A 8836ee1a2029

Subscribe to this mod's changes

commit-message is a skill published in the GitHub repository TeamDzX/myllm-skills (2 stars, last pushed 1mo ago), licensed MIT. It adds 30 tokens to every session and 199 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.

Related

Other skills, from other repositories

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

avoid-ai-writing

Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detect-only mode, an edit-in-place mode for files, an optional voice…

conorbronsdon/avoid-ai-writing · 97 tokens

ship

Commit and push the current work properly — lint, run the release gate, write a detailed commit message, push to GitHub. Use whenever work reaches a milestone or the user says ship it, commit, or push.

ShenSeanChen/waku-agent · 46 tokens

commit-message

Guide for writing clear, consistent git commit messages following this repository's conventions.

EvolvingLMMs-Lab/LLaVA-OneVision-2 · 17 tokens

commit

Generate git commit messages from staged changes.

suyoumo/ClawProBench · 9 tokens

quantmind-dev

Contributor workflow for the QuantMind codebase. Covers contributor setup (environment + hooks), filing issues, commit format, pull request format, and component development across quantmind/ modules (etl, knowledge, configs, preprocess, rag, flows, mind, utils) with tests, examples, and verification. Use when setting…

LLMQuant/quant-mind · 90 tokens