logical-commits

Installation
SKILL.md

Logical Commits

Turn a mixed worktree into a clean sequence of atomic commits.

Workflow

  1. Inspect the full change set before staging anything.
  2. Define commit boundaries by behavior or concern, not by file count.
  3. Order commits so dependencies land first (types/api/schema/helpers before consumers).
  4. Stage only the exact hunks for one commit.
  5. Validate that staged commit state is healthy before committing.
  6. Commit with a precise message.
  7. Repeat until all intended changes are committed.

1) Inspect First

Run:

Installs
1
GitHub Stars
221
First Seen
Mar 10, 2026
logical-commits — colonelpanic8/dotfiles