gcm
Installation
SKILL.md
Generate Git Commit Message
Overview
This skill analyzes the current git staged changes and generates an appropriate English commit message. It follows Conventional Commits format and provides clear, informative commit messages that accurately reflect the nature of the changes.
Workflow
1. Analyze Current State
First, check the current git status and staged changes.
# Check current state
git status
# Analyze staged changes
git diff --cached