committing-changes
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Context
- Current git status: !
git status - Current git diff (staged and unstaged changes): !
git diff HEAD - Recent commit messages (for style reference): !
git log --oneline -10 - User-provided message override (optional): $ARGUMENTS
Your task
Commit the work from this chat session using best practice conventions.
Step 1: Identify Changed Files
Review the git status output above. Only stage files that were actually modified during this conversation. Do NOT use git add -A or git add . blindly.