---
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
```
