$npx -y skills add tobihagemann/turbo --skill commit-staged-pushCommit 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\".
| 1 | # Commit and Push |
| 2 | |
| 3 | ## Step 1: Run `/commit-staged` Skill |
| 4 | |
| 5 | Run the `/commit-staged` skill. |
| 6 | |
| 7 | ## Step 2: Push |
| 8 | |
| 9 | Push to the current branch's remote: |
| 10 | |
| 11 | ```bash |
| 12 | git push |
| 13 | ``` |