git-commit-assistant
Installation
SKILL.md
Git Commit Assistant
Core Rules
- Prefer Conventional Commits style:
type(optional-scope): summary. - Keep each commit focused on a single concern; avoid kitchen-sink commits.
- Do not auto-run git commands unless the user explicitly asks for them.