commit
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Skill(git-commit:commit-message)
Do not proceed without loading the skill.
Context
- Branch: !
git branch --show-current - Status: !
git status --short - Staged: !
git diff --cached --stat - Unstaged: !
git diff --stat - Recent commits: !
git log --oneline -5