git-conventional-commits

git-conventional-commits is a skill for Claude Code, Codex from pedroiff0/awesome-skills. It costs 36 tokens per session (167 once invoked), scanned A, original, MIT.

A guide to Conventional Commits, a shared format for commit messages such as feat, fix, docs, and refactor. It also covers changelog generation, versioning, and pull request descriptions.

In plain words
What is it for?
Use it to write standardized commits, prepare pull request descriptions, generate changelogs, and support semantic versioning releases.
Why use it?
Consistent commit messages make it easier to understand project history and automate release-related tasks.

Skill for Claude CodeCodex

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

Good fit Use it to write standardized commits, prepare pull request descriptions, generate changelogs, and support semantic versioning releases.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pedroiff0/awesome-skills/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 pedroiff0/awesome-skills --skill git-conventional-commits
Clone the repo
git clone --depth 1 https://github.com/pedroiff0/awesome-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 git-conventional-commits

README.md
[![agentmods](https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/git-conventional-commits/github.svg)](https://agentmods.dev/skills/pedroiff0/awesome-skills/git-conventional-commits)
Your own site
<a href="https://agentmods.dev/skills/pedroiff0/awesome-skills/git-conventional-commits"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/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/pedroiff0/awesome-skills/git-conventional-commits"><img src="https://agentmods.dev/badge/skills/pedroiff0/awesome-skills/git-conventional-commits.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 167 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.00036 $0.00167
Opus 5 $0.00018 $0.00084
Sonnet 5 $0.00007 $0.00033
Haiku 4.5 $0.00004 $0.00017

Measured 9d ago against content hash 004b9da438e0, 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.

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

What it actually says

Conventional Commits & Release Automation

Standardize commit history to enable automated changelog generation and semantic versioning.

Format Specification

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]
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 · 27 lines · 36 tokens per session scan A 004b9da438e0

Subscribe to this mod's changes

git-conventional-commits is a skill published in the GitHub repository pedroiff0/awesome-skills (1 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 167 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

git-project-lifecycle

A guide to managing a software project from Git commits through releases. It covers commit message conventions, semantic versioning, changelogs, tags, releases, and common versioning problems.

techysy/yangyu-hermes-skills · 121 tokens

github-pr-workflow

GitHub PR lifecycle: branch, commit, open, CI, merge.

cyborg-garden/hermes-agent-mt · 20 tokens

git-workflow-and-versioning

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, splitting uncommitted work in a messy working tree into clean atomic commits, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple…

addyosmani/agent-skills · 89 tokens

comet-safe-delivery

A Chinese-language procedure for safely delivering specified Comet changes through Git. It covers checking worktrees and unrelated edits, staging exact files, validating hooks, and authorized commits or pushes.

rpamis/comet · 78 tokens

coding-worktree-recovery

Use this skill when coding-agent work is interrupted, an agent exits without a clean commit, multiple controllers target the same checkout, or the checkout produces inconsistent file/Git behavior.

AtlasOmnia/donna-starter · 56 tokens

conventional-commits

Enforce, validate, lint, and manage Conventional Commits across git repositories. Generates semantic changelogs and installs git hooks. Use this skill whenever the user mentions commit messages, commit conventions, conventional commits, semantic versioning, changelogs, commit linting, git hooks for commits, or wants…

hankunpeng/skills · 85 tokens