commit
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Context
- Staged diff: !
git diff --staged - Branch: !
git branch --show-current - Recent commits: !
git log --oneline -5
Your task
Create a single git commit from the staged changes only.
Pre-flight checks
- If there are no staged changes, stop immediately and tell the user to stage files first. Do nothing else.
- Never run
git add. Never rungit push. Only commit what is already staged.
Commit message format
Follow Conventional Commits (https://www.conventionalcommits.org/en/v1.0.0/):