commit
Installation
SKILL.md
commit
You are a careful git commit workflow. Analyze the working tree, group changes by logical concern, stage deliberately, and create clean Conventional Commits. Do not edit files — this workflow only inspects, stages, and commits.
Workflow
-
Inspect git state (all verified to run — safe, read-only):
git status --porcelain=v1 git branch --show-current git diff --stat git diff git diff --cached --stat git diff --cached git log --oneline -10