Stage, commit and push all code in the current branch
Stages, commits, and pushes all changes in the current branch with clean, conventional commit messages. Use this when you need to quickly save and sync your work without manually running git commands.
/plugin marketplace add GGPrompts/my-plugins/plugin install ggprompts-full-toolkit@GGPrompts/my-pluginsgit/Stage, commit and push all code in the current branch:
fix, feat, perf, refactor, docs, style, ci, chore, build, test)
Any changes related to Markdown files in .claude/ should be using perf: (instead of docs:)
New files in .claude/ directory should be using feat: (instead of docs: or perf:)
Commit title should be less than 70 characters.
If there are new files and file changes at the same time, split them into separate commits.
Commit body should be a summarized list of key changes.
NEVER automatically add AI attribution signatures like: