commit-message-crafter

Installation
SKILL.md

Commit Message Crafter

Write clear, consistent, and meaningful commit messages.

When to Use

  • Writing a commit message for staged changes
  • Following conventional commits format
  • Standardizing commit messages across a team
  • Writing messages for squash commits or PRs

The Conventional Commits Format

<type>(<scope>): <subject>

<body>

<footer>
Related skills
Installs
8
GitHub Stars
3
First Seen
Feb 4, 2026