mc-commit

Installation
SKILL.md

Git Commit Helper

Quick start

Analyze staged changes and generate commit message:

# View staged changes
git diff --staged

# Generate commit message based on changes

Commit message format

Follow conventional commits format:

<type>(<scope>): <description>
Related skills
Installs
8
First Seen
Jan 28, 2026