git-commit
Installation
SKILL.md
Git Commit
Create clear project history by committing changes in meaningful, reviewable units.
Workflow
1. Inspect Recent Commit History
Review the latest commits to match the repository's commit style.
git log --oneline -10
2. Inspect Current Changes
Check the working tree state. Do not use the -uall flag because it can cause memory problems in large repositories.