commit-staged-push · git:20260508.4249183 · 2026-05-08 · sha256 5423bf255446ae19

commit-staged-push git:20260508.4249183A

Immutable. This exact content is served forever at /api/v1/blob/5423bf255446ae19.

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