From antigravity-awesome-skills
Stages all changes, creates a conventional commit with Claude footer, and pushes to remote branch using bash script. Activates on explicit push requests, saving to remote, or feature completion.
npx claudepluginhub sickn33/antigravity-awesome-skillsThis skill uses the workspace's default tool permissions.
Stage all changes, create a conventional commit, and push to the remote branch.
Stages all changes, creates a conventional commit with Claude footer, and pushes to remote branch using bash script. Activates on explicit push requests, saving to remote, or feature completion.
Stages changes, creates conventional commit messages with Claude footer, and pushes to remote securely via script. Blocks force pushes and secrets.
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.
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.