git-commit-message

Generate Conventional Commits messages from task summaries and file diffs.

1|Updated Sep 20, 2025
One-click install
npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill git-commit-message-alex1980alex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-commit-message
Source: https://github.com/Alex1980Alex/1C-Enterprise_Framework/tree/main/.claude/skills/git-commit-message
Command: npx skills add https://github.com/Alex1980Alex/1C-Enterprise_Framework --skill git-commit-message-alex1980alex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It automates the creation of commit messages that follow the Conventional Commits standard, reducing manual effort and ensuring a consistent history across the project.

Core Features & Use Cases

  • Generates commit messages in the Conventional Commits format from user-provided task descriptions and file changes.
  • Suggests appropriate types (feat, fix, docs, perf, refactor, style, etc.) and optional body/footer.
  • Outputs a ready-to-copy commit message for easy pasting into git workflows.

Quick Start

Provide task details and changed files, and the skill will output a compliant commit message ready for copying.

Frequently Asked Questions about git-commit-message

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

FAQPage Schema
How do I generate conventional commit messages automatically from file diffs?

To generate conventional commit messages automatically, you provide task details and changed files to the skill, which then outputs a compliant message ready for copying. It supports types like feat, fix, docs, and refactor.

What is the best way to format git commit messages to follow coding standards?

The best way to format git commit messages for coding standards is to use the Conventional Commits specification. This skill automates that process by suggesting appropriate types and outputting a ready-to-copy structured message.

Does this commit message generator support types like perf and style?

Yes, this commit message generator supports types like perf and style, along with feat, fix, docs, and refactor. It applies these conventional commit types to your file changes to ensure a consistent project history.

Can I automate commit message creation for multiple file changes in git?

You can automate commit message creation for multiple file changes by supplying the task description and file diffs to the skill. It processes the combined changes and outputs a single standardized conventional commit message.

Why should I use conventional commits instead of plain text commit messages?

You should use conventional commits instead of plain text to ensure a consistent, standardized history across your project. This approach reduces manual effort by automating the creation of structured messages with appropriate types and optional bodies.