From engineering-workflow-skills
Stages changes, commits with conventional messages and Claude footer, and pushes to remote git branch via bash script. Use for saving work after edits.
How this skill is triggered — by the user, by Claude, or both
Slash command
/engineering-workflow-skills: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.
4plugins reuse this skill
First indexed Jun 6, 2026
npx claudepluginhub chaosclubco/claude-skills-marketplace-c114beb6 --plugin engineering-workflow-skillsStages all changes, creates a conventional commit, and pushes to the remote branch. Use when the user wants to commit and push changes to GitHub or remote.
Commits and pushes current changes on a single branch using Conventional Commit messages. Handles staging, message building, and push for quick handoffs.
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.