commit-messages

Community

Generate conventional commit messages effortlessly.

Authorathola
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Writing clear, consistent, and conventional commit messages can be a manual and error-prone task. This skill automates the generation of conventional commit messages from your staged changes.

Core Features & Use Cases

  • Change Classification: Helps choose the correct commit type (feat, fix, docs, refactor) and scope.
  • Message Drafting: Drafts subject lines (imperative, ≤50 chars), body (wrapped at 72 chars), and footers (breaking changes, issue refs).
  • Guardrails: Enforces present-tense, imperative style and multi-line bodies for non-trivial changes.
  • Use Case: After staging changes for a new feature, use this skill to automatically generate a conventional commit message like feat(auth): add user login endpoint, including a detailed body explaining the changes.

Quick Start

Run git-workspace-review to capture staged changes, then use this skill to classify your changes and draft a conventional commit message.

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: commit-messages
Download link: https://github.com/athola/claudenomicon/archive/main.zip#commit-messages

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