home/categories/git-workflows/epicenterhq-epicenter-agents-skills-incremental-commits-skill-md
git-workflowsdevops

incremental-commits

Break multi-file changes into atomic commits ordered by dependency. Use when the user says "split this into commits", "commit strategy", "break this up", or when making refactors, breaking API changes, or features touching 3+ files that need clean git history.

EpicenterHQ
maintainer
EpicenterHQ
Mis à jour 3/20/2026
Étoiles
4394
Forks
319
quick start

Installation and usage

Break multi-file changes into atomic commits ordered by dependency. Use when the user says "split this into commits", "commit strategy", "break this up", or when making refactors, breaking API changes, or features touching 3+ files that need clean git history.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use incremental-commits