Help us improve
Share bugs, ideas, or general feedback.
From antigravity-bundle-essentials
Stages all changes, creates a conventional commit message, and pushes to the remote branch via bash script. Activates on requests like 'push this', 'commit and push', or 'save to github'.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-essentialsHow this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-bundle-essentials:git-pushingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Stage all changes, create a conventional commit, and push to the remote branch.
Stages all changes, creates a conventional commit message, and pushes to the remote branch via bash script. Activates on requests like 'push this', 'commit and push', or 'save to github'.
Commits all local git changes following Conventional Commits format with type, scope, and body, then pushes to remote. Analyzes diffs and logs for accurate messages.
Analyzes git changes, groups files into conventional commit types (feat, fix, docs, etc.), creates categorized commits, and pushes. Ensures review skill ran first and confirms scope before staging.
Share bugs, ideas, or general feedback.
Stage all changes, create a conventional commit, and push to the remote branch.
Automatically activate when the user:
ALWAYS use the script - do NOT use manual git commands:
bash skills/git-pushing/scripts/smart_commit.sh
With custom message:
bash skills/git-pushing/scripts/smart_commit.sh "feat: add feature"
Script handles: staging, conventional commit message, Claude footer, push with -u flag.