A minimal repo to demo Commit Commands (Claude plugin).
Plugin page: https://claude.com/plugins/commit-commands
External reference (upstream README in anthropics/claude-code):
https://raw.githubusercontent.com/anthropics/claude-code/main/plugins/commit-commands/README.md
Give you a safe sandbox repo where you can try:
/commit/commit-push-pr/clean_gone
…and see what they do end-to-end.
- Make a trivial change (edit
demo/notes.md). - Run:
/commit
- Repeat a couple times, then try:
/commit-push-pr
Requirements for PR creation:
ghinstalled + authenticated- repo has remote
origin
- Verify
git statusbefore running/commit. - For
/commit-push-pr, make sure your changes are tested and ready for review.