commit-formatter

Community

Standardize Git commits with Conventional Commits.

Authorjgardner04
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Inconsistent or poorly formatted Git commit messages can hinder code review, changelog generation, and project history analysis. This Skill ensures all commits adhere to the Conventional Commits specification, making your repository history clean, understandable, and easily parsable by automated tools.

Core Features & Use Cases

  • Guided Commit Formatting: Provides step-by-step instructions for crafting commit messages, including appropriate types (e.g., feat, fix), optional scope, concise descriptions, detailed bodies, and relevant footers (like issue references).
  • Conventional Commits Enforcement: Helps users apply industry-standard commit types and structure, promoting best practices in version control.
  • Use Case: When you've finished a new feature or bug fix and need to commit your changes, use this Skill to generate a perfectly formatted commit message that clearly communicates your work to your team and future self, streamlining collaboration and project management.

Quick Start

Ask Claude: Help me format a commit message for a new feature that adds user authentication.

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-formatter
Download link: https://github.com/jgardner04/claude-skills-skill/archive/main.zip#commit-formatter

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