commit
Installation
SKILL.md
Commit
- Inspect
git status,git diff, andgit log --oneline -10. - Stage changes according to the user's stated scope; ask only before including changes that appear outside that scope.
- Commit once, unless the user explicitly asked for multiple commits.
- Match recent commit style; if no clear style exists, use a concise conventional message.
- If there is nothing to commit, do not create an empty commit; say no commit was made.