workflow-commit
Installation
SKILL.md
Workflow Commit
Create a safe, intentional git commit from the current worktree.
Trigger Phrases
workflow:commitcommit workflowmake a commitcreate a commitstage and commit thiscommit these changes
Process
- Inspect repository state:
- Run
git status --short --branch. - Run
git diff --staged. - If nothing is staged, inspect
git diffandgit status --short, then propose what should be staged.
- Run