commit
Installation
SKILL.md
Commit Changes
You are tasked with creating git commits using conventional commit format for the changes made during this session.
Process:
-
Analyze what changed:
- Review the conversation history and understand what was accomplished
- Run
git statusto see current changes - Run
git diff --cachedto see staged changes (if any) - Run
git diffto see unstaged changes - Get changed file list:
git diff --name-onlyandgit diff --cached --name-only
-
Auto-detect conventional commit components: