You are tasked with creating git commits for the changes made during this session.
Creates git commits for session changes by reviewing modifications, planning logical commits, and executing them with clear messages.
When to use
Use this when you have finished a coding session and want to commit your work to version control with well-structured commit messages.
How to invoke
manual via /commit-changes, auto-invoked when relevant
npx claudepluginhub dsmolchanov/rpaYou are tasked with creating git commits for the changes made during this session.
Think about what changed:
git status to see current changesgit diff to understand the modificationsPlan your commit(s):
Present your plan to the user:
Execute upon confirmation:
git add with specific files (never use -A or .)git log --oneline -n [number]