git
Installation
SKILL.md
Git Skill
When to Commit
Never commit without the user's explicit permission.
Commit Messages
- Single line only — no body, no footers
- Optional lowercase prefix followed by a colon and space:
feat:,fix:,build:,chore:,ci:,docs:,style:,refactor:,perf:,test: - Do not sign commits
- Do not attribute commits