Create git commits with user approval and no Claude attribution
Creates git commits with user approval and no Claude attribution
/plugin marketplace add nikeyes/stepwise-dev/plugin install stepwise-dev@stepwise-devYou 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]After commits are created:
Show commit summary:
git log --oneline -n [N] # Show the commits you just created
Inform the user:
✓ Commits created successfully
Created [N] commit(s):
- [commit hash] [commit message]
- [commit hash] [commit message]
Next steps in the workflow:
- Review commits with `git show [hash]`
- Push to remote when ready
- Create PR if applicable
💡 Tip: Use `/clear` to free up context for your next task