Claude
Skill
stage-commit-push
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".
Virus-scanned
Reviewed automatically before listing.
Download
tobihagemann-turbo-claude_skills_stage-commit-push-b903a85.zip · 0 KB
Install
skills CLI
npx skills add https://github.com/tobihagemann/turbo/tree/main/claude/skills/stage-commit-push
Claude Code
claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install tobihagemann-turbo@llmmart
Git
git clone https://github.com/tobihagemann/turbo.git
The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole tobihagemann/turbo collection as a plugin from our marketplace. Git is the plain clone.
Skill manifest
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:
git push
Files (turbo)
-
SKILL.md 407 B
--- 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 ```
Comments (0)
Sign in to join the conversation.
Reviews (0)
No reviews yet.
No comments yet.