conventional-commit

Official

Enforce Conventional Commits for clean history.

Authorcmd-llm
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps create git commits following the Conventional Commits specification v1.0.0. It ensures commits have a consistent format, proper scope, and clear breaking-change indicators.

Core Features & Use Cases

  • Commit type determination: feat, fix, docs, style, refactor, perf, test, build, ci, chore
  • Optional scope: include a scope like api, parser, ui for clarity
  • Breaking change indicator: add "!" and a BREAKING CHANGE footer when needed
  • Structured commit creation: commit message formatted as per Conventional Commits
  • Reproducible workflow: use a heredoc to craft the final message

Quick Start

Stage your changes (e.g., git add -A) and create a conventional commit with a prepared body, for example: git commit -m "$(cat <<'EOF' feat(api)!: add OAuth2 login support

This introduces OAuth2-based authentication and updates the API surface. BREAKING CHANGE: The authentication flow now requires OAuth2 tokens for all clients. Refs: #123 EOF )"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: conventional-commit
Download link: https://github.com/cmd-llm/cllm/archive/main.zip#conventional-commit

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.