Stage files, create a commit, and push in one step. Use when the user asks to \"stage commit and push\", \"add commit and push\", \"commit and push\", or \"commit and push my changes\".
Scanned 9/3/2026
Install to Claude Code
npx -y skills add tobihagemann/turbo --skill stage-commit-push --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Stage Commit Push?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tobihagemann-stage-commit-push-turbo)More formats (shields.io, HTML) on the badges page.
---
name: stage-commit-push
description: "Stage files, create a commit, and push in one step. Use when the user asks to \"stage commit and push\", \"add commit and push\", \"commit and push\", or \"commit and push my changes\"."
---
# Stage, Commit, and Push
## Step 1: Run `$stage-commit` Skill
Run the `$stage-commit` skill.
## Step 2: Push
Push to the current branch's remote:
```bash
git push
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!