commit
Installation
SKILL.md
Conventional Commit
Generate a conventional commit message for staged changes.
Instructions
- Run
git diff --cachedto see staged changes - Analyze the nature of changes
- Generate a commit message following the format below
Commit Format
<type>(<scope>): <subject>
[optional body]
[optional footer]