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.

Installs
3
Repository
j5ik2o/ai-tools
GitHub Stars
27
First Seen
Jul 6, 2026
git-commit — j5ik2o/ai-tools