tobihagemann/commit-staged-push
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\".
npx skills add https://github.com/tobihagemann/turbo --skill commit-staged-push
/commit-staged SkillRun the /commit-staged skill.
Push to the current branch's remote:
git push
Take tobihagemann/commit-staged-push from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.