git-commit

Community

Write professional git commits automatically.

AuthorAnthemFlynn
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you craft clear, conventional commit messages following the Conventional Commits spec, reducing ambiguity and review time.

Core Features & Use Cases

  • Smart analysis of staged changes to suggest a fitting type, scope, and description.
  • Slash commands like /commit, /validate, /changelog, and /version to speed up Git workflows.
  • Guided formatting ensures messages follow the established convention with optional body and footer.

Quick Start

Stage your changes with git add <files>, then ask Claude to help by saying "help me commit" or use the slash commands such as /commit. Claude will propose a message like feat(api): add OAuth2 authentication and you can apply it with git commit -m"feat(api): add OAuth2 authentication".

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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: git-commit
Download link: https://github.com/AnthemFlynn/ccmp/archive/main.zip#git-commit

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