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