Commit Message Standards

Community

Craft perfect Git commit messages, effortlessly.

Authorgrumps
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Inconsistent or poorly written commit messages hinder code review, debugging, and project history analysis. This skill ensures all your Git commits adhere to the Conventional Commits standard, making your project history clean, readable, and easy to navigate.

Core Features & Use Cases

  • Conventional Commit Generation: Automatically generate commit messages following the <type>(<scope>): <subject> format, including body and footer sections.
  • Contextual Analysis: Analyzes your staged changes (git diff --cached) to suggest the most appropriate commit type, scope, and subject.
  • Git Hook Integration: Can be integrated with the prepare-commit-msg Git hook to auto-generate messages before you even type.
  • Use Case: After making changes, simply ask Claude to /commit. The skill will analyze your modifications and propose a perfectly formatted commit message, saving you time and ensuring consistency across your team's contributions.

Quick Start

Ask Claude to "Generate a conventional commit message for my staged changes."

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 Message Standards
Download link: https://github.com/grumps/claude-dotfiles/archive/main.zip#commit-message-standards

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