conventional-commits

conventional-commits is a skill for Claude Code from asgarovf/locusai. It costs 38 tokens per session (704 once invoked), scanned A, original, MIT.

A consistent format for writing Git commit messages, which are short records of individual code changes. The format labels changes such as new features, bug fixes, tests, or documentation.

In plain words
What is it for?
Writing commit messages, preparing releases, maintaining a searchable change history, and working with projects that use semantic versioning, a system for numbering releases by the type of change.
Why use it?
Consistent messages make a project's history easier to read and allow tools to create release notes or decide version changes automatically.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Writing commit messages, preparing releases, maintaining a searchable change history, and working with projects that use semantic versioning, a system for numbering releases by the type of change.

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

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/asgarovf/locusai/conventional-commits/github.svg)](https://agentmods.dev/skills/asgarovf/locusai/conventional-commits)
Your own site
<a href="https://agentmods.dev/skills/asgarovf/locusai/conventional-commits"><img src="https://agentmods.dev/badge/skills/asgarovf/locusai/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 conventional-commits

Your own site · 80×15
<a href="https://agentmods.dev/skills/asgarovf/locusai/conventional-commits"><img src="https://agentmods.dev/badge/skills/asgarovf/locusai/conventional-commits.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 704 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.00038 $0.00704
Opus 5 $0.00019 $0.00352
Sonnet 5 $0.00008 $0.00141
Haiku 4.5 $0.00004 $0.00070

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

Security

Grade A, and why

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

How it starts

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

Conventional Commits

When to use this skill

  • Writing commit messages for any code change
  • Preparing releases with automated changelogs
  • Maintaining consistent commit history
  • Working in projects that follow semantic versioning

Format

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

Types

Type Description Bumps
feat New feature for the user MINOR
fix Bug fix for the user PATCH
docs Documentation only changes -
style Formatting, semicolons, etc (no code change) -
refactor Code change that neither fixes a bug nor adds a feature -
perf Performance improvement PATCH
test Adding or fixing tests -
build Build system or external dependencies -
ci CI configuration and scripts -
chore Other changes that don't modify src or test -
revert Reverts a previous commit -

Rules

  1. Subject line: Imperative mood, lowercase, no period, max 72 chars
  2. Scope: Optional, in parentheses — identifies the area of change
  3. Body: Explain what and why, not how. Wrap at 72 chars
  4. Breaking changes: Add ! after type/scope, or BREAKING CHANGE: footer
  5. Issue references: Use Closes #123 or Fixes #456 in footer

Examples

feat(auth): add OAuth2 login with Google provider

Implements Google OAuth2 flow using passport-google-oauth20.
Users can now sign in with their Google accounts alongside
email/password authentication.

Closes #142
fix(api): prevent race condition in concurrent order creation

Orders created within the same millisecond could receive
duplicate sequence numbers. Added a database-level unique
constraint and retry logic.

Fixes #891
refactor(db)!: migrate from MongoDB to PostgreSQL

BREAKING CHANGE: All database connection strings must be updated
to use PostgreSQL format. Run `npm run migrate` before starting.
chore: update dependencies to latest versions

Read the full file on GitHub · 99 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. 9d ago First seen · 99 lines · 38 tokens per session scan A 91402cce1afa

Subscribe to this mod's changes

conventional-commits is a skill published in the GitHub repository asgarovf/locusai (23 stars, last pushed 6mo ago), licensed MIT. It adds 38 tokens to every session and 704 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-30.

Related

Other skills, from other repositories

conventional-commits

Write precise Conventional Commits messages from the actual staged diff. Use whenever committing code or asked to write/fix a commit message.

jnMetaCode/skillet · 32 tokens

git-workflow-automation

Expert Git workflow automation for commit message generation, branch naming, PR description writing, changelog generation, merge conflict resolution, and release management. Activates when users say "write a commit message", "create a PR", "generate changelog", "branch name for", "resolve merge conflict", "cut a…

JPeetz/agent-skills · 103 tokens

changelog-generator

Generate beautiful CHANGELOG.md from git commits following Keep a Changelog format.

glincker/claude-code-marketplace · 18 tokens

atmos-git

Atmos Git and GitOps: git.repositories, clone/pull/status/diff/commit/push/clean, local Git hook shims, signed commits, managed workdirs, fork-PR trust gate, and auth via identities or github/sts.

cloudposse/atmos · 54 tokens

commit-pr

Mandatory Codex/Copilot publication adapter for opencode-swarm. Use for every GitHub issue assignment that results in code changes, commits, pushes, draft PRs, PR body edits, PR readying, release notes, or CI closeout. Must be loaded before git push, gh pr create, gh pr edit, or gh pr ready. Routes to the single…

ZaxbyHub/opencode-swarm · 100 tokens

release-management

Automates GitHub releases with semantic versioning, changelog generation from merged PRs, and gh CLI integration. Supports draft, prerelease, and standard release workflows with task-tracked multi-phase execution. Use when creating releases, tagging versions, or publishing changelogs.

yonatangross/orchestkit · 58 tokens