commit-message-crafter

Generate standardized Git commit messages following the Conventional Commits specification.

5|1|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/latestaiagents/agent-skills --skill commit-message-crafter-latestaiagents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-message-crafter
Source: https://github.com/latestaiagents/agent-skills/tree/main/plugins/developer-toolkit/skills/git/commit-message-crafter
Command: npx skills add https://github.com/latestaiagents/agent-skills --skill commit-message-crafter-latestaiagents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you write clear, consistent, and meaningful Git commit messages that adhere to best practices and team conventions, improving code history readability and maintainability.

Core Features & Use Cases

  • Conventional Commits Guidance: Provides detailed explanations and examples for the Conventional Commits specification (types, scopes, subjects, bodies, footers).
  • Workflow Assistance: Guides you through analyzing changes, determining commit type and scope, and writing effective subjects and bodies.
  • Use Case: When you've made changes and are about to commit, use this Skill to ensure your commit message follows the established team standard for features, bug fixes, or refactors.

Quick Start

Use the commit-message-crafter skill to help write a commit message for your staged changes.

Frequently Asked Questions about commit-message-crafter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write a Git commit message following the Conventional Commits specification?

To write a standardized Git commit message, structure your changes using appropriate commit types, scopes, subjects, bodies, and footers. This skill provides guidance on each component to ensure your commit history remains clear and maintainable.

What is the correct format for a conventional commit message when adding a new feature?

The correct format for a conventional commit message when adding a feature requires specifying the feature type, defining a scope, and writing a clear subject. This skill helps identify the correct type and structure for feature additions and other workflows.

How do I structure a commit message for a bug fix or code refactoring?

Structuring a commit message for a bug fix or code refactoring involves selecting the appropriate commit type and scope, then detailing the changes in the body. This skill assists in determining these elements to match established team conventions.

Can I use this commit message generator for dependency updates in version control?

Yes, you can use this commit message generator for dependency updates in version control. It supports common development workflows including dependency updates, ensuring your commit messages accurately reflect the nature of the changes.

What's the best way to ensure my code history commit messages are consistent across a team?

The best way to ensure consistent code history commit messages across a team is to enforce a standardized specification like Conventional Commits. This skill helps individual developers craft messages that adhere to these established best practices.