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'.
How 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.
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.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-bundle-essentialsStages 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.
Creates semantic git commits with conventional commit format, stages changes, and pushes to remote. Handles pre-commit hooks and writes meaningful commit messages.