stage-commit-push · git:20260508.4249183 · 2026-05-08 · sha256 8db478041eb41e89

stage-commit-push git:20260508.4249183A

Immutable. This exact content is served forever at /api/v1/blob/8db478041eb41e89.

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