Git Commit Helper
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>