git-commit
Installation
SKILL.md
Git Commit with Conventional Commits
Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message.
Commit format
<type>[optional scope]: <description>
[optional body]
[optional footer(s)]