git-commit-creator

Community

Create clean Git commits with conventional messages.

Authoralex-ilgayev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill automates the creation of well-structured Git commits that follow conventional commit standards for the MCPSpy project. It saves time by guiding branch creation and commit messaging, reducing ambiguity and manual errors.

Core Features & Use Cases

  • Automated branch naming: Create concise, conventional prefixes like feat, fix, or chore.
  • Conventional commit messages: Generate messages that reflect the scope of changes.
  • Guided workflow: Walks you through status checks, staging, and committing with minimal manual steps.

Quick Start

When you want to commit changes, tell the agent to create a conventional commit. The skill will inspect git status and git diff, create a well-named branch, and commit with a message like feat(component): describe change.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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-creator
Download link: https://github.com/alex-ilgayev/MCPSpy/archive/main.zip#git-commit-creator

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