commit
Installation
SKILL.md
Commit Skill
Purpose: Analyze the current git state, propose a well-structured conventional commit message, and execute the commit after user confirmation.
Step 1: Assess Changes
Run these in parallel:
git status
git diff --staged
git diff
If nothing to commit (clean working tree and no staged changes), report:
Nothing to commit — working tree is clean.
and exit.