commit-all
Installation
SKILL.md
Commit All
Collect every change on the current branch into one commit with a generated message.
No push, no --amend, no new branches, no history rewriting: the skill produces exactly
one commit on the branch the user is already on, or stops to ask. The explicit
invocation is the approval: on a feature branch a normal run analyzes the tree, shows
the plan, and commits in the same turn without asking again.
Only the user triggers this skill: never activate it from a description of finished work, and never invoke it from another skill. When the user supplies their own commit message, commit directly without this skill.
Arguments: /commit-all commits; /commit-all dry-run prints the file list and the
generated message without committing.