git-commit-helper
Installation
SKILL.md
Git Commit Helper
Quick start
Analyse staged changes and generate a commit message:
git diff --staged
Commit message format
Follow conventional commits format:
<type>(<scope>): <description>
[optional body]