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 5/27/2026
Install via CLI
openskills install tobihagemann/turbo---
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
```
No comments yet. Be the first to comment!