Commit already-staged changes and push in one step. Use when the user asks to \"commit and push staged changes\", \"commit and push what's staged\", or \"commit staged and push\".
Scanned 9/3/2026
Install to Claude Code
npx -y skills add tobihagemann/turbo --skill commit-staged-push --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Commit Staged Push?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/tobihagemann-commit-staged-push-turbo)More formats (shields.io, HTML) on the badges page.
---
name: commit-staged-push
description: "Commit already-staged changes and push in one step. Use when the user asks to \"commit and push staged changes\", \"commit and push what's staged\", or \"commit staged and push\"."
---
# Commit and Push
## Step 1: Run `$commit-staged` Skill
Run the `$commit-staged` 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!