git-conventional-commits

git-conventional-commits is a skill for Claude Code, Codex from 2428424081cn/Skill-mcp. It costs 16 tokens per session (488 once invoked), scanned A, original, MIT.

A guide for writing Git commit messages, pull request titles, and change logs in the Conventional Commits format. This format labels changes such as new features, fixes, tests, and breaking changes.

In plain words
What is it for?
Use it when creating commits, pull requests, or change logs. It helps describe code changes with labels such as feat, fix, docs, test, and revert.
Why use it?
It keeps project history consistent and makes each change easier to understand. The labels can also indicate whether a change is a feature, a fix, or a breaking change.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating commits, pull requests, or change logs. It helps describe code changes with labels such as feat, fix, docs, test, and revert.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/2428424081cn/skill-mcp/git-conventional-commits
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.

Any agent
npx skills add 2428424081cn/Skill-mcp --skill git-conventional-commits
Clone the repo
git clone --depth 1 https://github.com/2428424081cn/Skill-mcp

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 git-conventional-commits

README.md
[![agentmods](https://agentmods.dev/badge/skills/2428424081cn/skill-mcp/git-conventional-commits/github.svg)](https://agentmods.dev/skills/2428424081cn/skill-mcp/git-conventional-commits)
Your own site
<a href="https://agentmods.dev/skills/2428424081cn/skill-mcp/git-conventional-commits"><img src="https://agentmods.dev/badge/skills/2428424081cn/skill-mcp/git-conventional-commits/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for git-conventional-commits

Your own site · 80×15
<a href="https://agentmods.dev/skills/2428424081cn/skill-mcp/git-conventional-commits"><img src="https://agentmods.dev/badge/skills/2428424081cn/skill-mcp/git-conventional-commits.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 488 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00016 $0.00488
Opus 5 $0.00008 $0.00244
Sonnet 5 $0.00003 $0.00098
Haiku 4.5 $0.00002 $0.00049

Measured 9d ago against content hash 4d57938656b4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

git-conventional-commits 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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate-commit.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/dev/git-conventional-commits/SKILL.md · 44 lines

What it actually says

Conventional Commits 提交规范守门人

在任何编写 Git 提交信息(Commit Message)、Pull Request 标题与变更日志场景中,AI 必须严格遵守以下规范。

一、 提交格式标准

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

[optional body]

[optional footer(s)]

二、 允许的 Type 列表

  • feat: 新功能(向后兼容,触发 semver minor)
  • fix: 修复 Bug(触发 semver patch)
  • docs: 仅文档变更
  • style: 不影响代码运行的格式变动(空格、格式化、分号等)
  • refactor: 代码重构(既不新增功能也不修 Bug)
  • perf: 性能提升
  • test: 添加或修改测试用例
  • build: 影响构建系统或外部依赖的改动(npm, vite, webpack 等)
  • ci: CI 配置文件和脚本变动(GitHub Actions 等)
  • chore: 其他不修改 src 或测试文件的变动
  • revert: 回退先前的提交

三、 破坏性变更 (Breaking Changes)

  • 在 type/scope 后添加 !,或在 Footer 中写明 BREAKING CHANGE: <说明>(触发 semver major)。

四、 优秀范例 vs 反例

  • 反例: git commit -m "update login and fixed bugs"
  • 反例: git commit -m "WIP"
  • 正例: feat(auth): support OAuth2 PKCE login flow
  • 正例: fix(parser): prevent crash on empty csv header
  • 正例: refactor(indexer)!: drop legacy sqlite schema v1
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 44 lines · 16 tokens per session scan A 4d57938656b4

Subscribe to this mod's changes

git-conventional-commits is a skill published in the GitHub repository 2428424081cn/Skill-mcp (1 stars, last pushed 16d ago), licensed MIT. It adds 16 tokens to every session and 488 once invoked, about $0.0001 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.