skills/commit-changes/SKILL.md
Create a focused git commit for the current changes.
git branch --show-current.git status --short.git diff --cached --stat.git diff --stat.git log -5 --oneline.git add.type(scope): brief description
Optional longer explanation if the changes are complex.
Allowed types: feat, fix, refactor, test, docs, chore, perf, style, build, ci.
add feature, not added feature.git commit -m "message".--no-verify.If the commit fails because of hooks, fix mechanical formatting, lint, or import issues and retry. If the hook failure reveals a meaningful product or implementation issue, stop and ask the user how to proceed.