git-commit
Installation
SKILL.md
Git Commit
Overview
Create focused, semantic git commits from the actual repository diff. Prefer one logical change per commit, preserve unrelated user work, and use Conventional Commit syntax.
Conventional Commit Format
<type>(<scope>): <description>
<optional body>
<optional footer>
Scope is optional: