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
More from chris-metz/agent-skills
uncommit
Undo the last commit, keeping changes as unstaged in the working directory
2commit
Proposes a commit message / potentially committing
2grill-me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
1git commit helper
Generate descriptive commit messages by analyzing git diffs. Use when the user asks for help writing commit messages or reviewing staged changes.
1