Git Push Workflow
SkillCommunicationLets your agent stage, commit, and push git changes with clean commit messages.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Git Push Workflow skill
About this capability
Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workf
What this skill tells your AI
The instructions your AI receives, as published by mhattingpete/claude-skills-marketplace in engineering-workflow-plugin/skills/git-pushing/SKILL.md and read by ahel’s review.
Stage all changes, create a conventional commit, and push to the remote branch.
When to Use
Automatically activate when the user:
- Explicitly asks to push changes ("push this", "commit and push")
- Mentions saving work to remote ("save to github", "push to remote")
- Completes a feature and wants to share it
- Says phrases like "let's push this up" or "commit these changes"
Workflow
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.
Signals
- GitHub stars
- 671
- Forks
- 96
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
git-pushing- Source
- github.com/mhattingpete/claude-skills-marketplace