commit-msg-generator

Generate Git commit messages following the Conventional Commits format.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AngelCantugr/fantastic-engine --skill commit-msg-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit-msg-generator
Source: https://github.com/AngelCantugr/fantastic-engine/tree/main/.claude/skills/commit-msg-generator
Command: npx skills add https://github.com/AngelCantugr/fantastic-engine --skill commit-msg-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Writing consistent and informative Git commit messages is often overlooked, leading to unclear history, difficult debugging, and poor changelogs. This Skill ensures your commits are always meaningful.

Core Features & Use Cases

  • Conventional Commits: Generates messages following the <type>(<scope>): <subject> format.
  • Message Guidelines: Provides best practices for subject line, body, and footer, including breaking changes and issue references.
  • Quick Templates: Offers simplified templates for common changes like bug fixes, new features, or documentation updates.
  • Use Case: Before committing your code, use this Skill to craft a precise and standardized message that clearly communicates your changes to teammates and future self.

Quick Start

Describe your changes: "I've added OAuth2 social login support. It includes Google and GitHub strategies and updates the user model."