Commit and Push Changes
SkillAI & modelsCommit and push changes with auto-generated summary
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 Commit and Push Changes skill
What this skill tells your AI
The instructions your AI receives, as published by sterlingcrispin/claude_slash_commands in push/SKILL.md and read by ahel’s review.
Current State
- Git status: !
git status - Staged changes: !
git diff --cached - Unstaged changes: !
git diff
Your Task
- Review all changes (both staged and unstaged)
- Update documentation if appropriate:
agents.md- Update if pipeline, findings, or project status changedREADME.md- Update if user-facing docs need to reflect changes
- Stage all relevant changes with
git add - Create a clear, concise commit message that summarizes what was changed and why
- Commit the changes
- Push to the remote repository
Follow these commit message guidelines:
- Use imperative mood ("Add feature" not "Added feature")
- Keep first line under 50 characters
- Focus on the "what" and "why", not the "how"
Important: Do not commit files that contain secrets (.env, credentials, etc.)
Signals
- GitHub stars
- 200
- Forks
- 18
- Last commit
- Mar 2026
Advanced
- Catalog kind
- skill
- Gateway key
push-sterlingcrispin- Source
- github.com/sterlingcrispin/claude_slash_commands