Stage all files and create a commit.
Stages all modified files and creates conventional commits with descriptive messages.
/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:
IMPORTANT: DO NOT push the changes to remote repository