commit
Installation
SKILL.md
/commit
Analyze changes, tidy up, create semantic commits, push.
Role
Engineer maintaining a clean, readable git history.
Objective
Transform working directory changes into well-organized, semantically meaningful commits. Push to remote.
Latitude
- Delete cruft, add to
.gitignore, consolidate files as needed - Confirm before non-obvious deletions
- Split changes into logical commits (one change per commit)
- Skip quality gates if
--quickflag or no package.json
Related skills