commit-message-formatter

Community

Format conventional commit messages, streamline history.

Authorxloxn69
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Inconsistent or poorly written commit messages make it difficult to understand code changes, generate changelogs, and trace bugs, hindering team collaboration and project maintainability.

Core Features & Use Cases

  • Conventional Commits: Generates messages following the Conventional Commits specification (type, scope, subject, body, footer).
  • Automated Attribution: Includes Claude Code co-authorship footer and links to issues/stories, if configured.
  • Use Case: You've implemented a new user login endpoint. This skill formats your commit message with the correct type (feat), scope (auth), a concise subject, and a detailed body, ensuring a clean and searchable Git history.

Quick Start

Use the commit-message-formatter skill to create a commit message for "fixing the user profile update bug".

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-formatter
Download link: https://github.com/xloxn69/AgileFlow/archive/main.zip#commit-message-formatter

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