commit-progress

Installation
SKILL.md

Commit Progress

Create a focused commit for the work just completed. This skill produces small, reviewable commits — one per logical unit of work, not one per file edit.

When to Invoke

  • After a component is created and rendering correctly
  • After store fields/actions are wired and working
  • After tests are written and passing
  • After a bug fix is verified
  • After a refactor is complete
  • When switching context to a different sub-task

When NOT to Invoke

  • In the middle of incomplete work (half-written component, broken imports)
  • After only formatting or trivial changes
  • If there are no meaningful changes to commit
Installs
1
GitHub Stars
109
First Seen
Jun 19, 2026
commit-progress — stellar/laboratory