commit-staged-push

commit-staged-push is a skill for Claude Code, Codex from tobihagemann/turbo. It costs 44 tokens per session (102 once invoked), scanned A, original, MIT.

A Git workflow that commits changes already placed in Git’s staging area and then pushes the commit to the current branch’s remote repository.

In plain words
What is it for?
Use it when you want to commit and push the changes currently staged in Git.
Why use it?
It combines the final local save with sending those staged changes to the shared repository. Only changes that are already staged are included.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/tobihagemann/turbo/commit-staged-push
Any agent
npx skills add tobihagemann/turbo --skill commit-staged-push
Clone the repo
git clone --depth 1 https://github.com/tobihagemann/turbo

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for commit-staged-push

README.md
[![agentmods](https://agentmods.dev/badge/skills/tobihagemann/turbo/commit-staged-push.svg)](https://agentmods.dev/skills/tobihagemann/turbo/commit-staged-push)
Your own site
<a href="https://agentmods.dev/skills/tobihagemann/turbo/commit-staged-push"><img src="https://agentmods.dev/badge/skills/tobihagemann/turbo/commit-staged-push.svg" alt="Measured on agentmods" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 102 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00044 $0.00102
Opus 5 $0.00022 $0.00051
Sonnet 5 $0.00009 $0.00020
Haiku 4.5 $0.00004 $0.00010

Measured 5d ago against content hash 6512acf0a7d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commit-staged-push scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

claude/skills/commit-staged-push/SKILL.md · 19 lines

What it actually says

Commit and Push

Step 1: Run /commit-staged Skill

Run the /commit-staged skill.

Step 2: Push

Push to the current branch's remote:

git push
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 19 lines · 44 tokens per session scan A 6512acf0a7d2

Subscribe to this mod's changes

commit-staged-push is a skill published in the GitHub repository tobihagemann/turbo (402 stars, last pushed today), licensed MIT. It adds 44 tokens to every session and 102 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ape-commit

Defines how to write and format git commit messages. Use this skill whenever the user asks you to write, draft, suggest, or format a git commit message, summarize changes into a commit, or help stage and describe code changes. Trigger even for casual requests like "write me a commit for this" or "what should my commit…

arpitbbhayani/ape-skills · 72 tokens

changelog

Use when writing a changelog or release notes. Covers what belongs in one, writing for users rather than for git, semantic versioning, and documenting breaking changes so nobody is surprised.

nimadorostkar/Claude-Skills-collection · 40 tokens

git-workflow

Use for branching, committing, history repair, and release hygiene. Covers atomic commits, rebase versus merge, bisect, reflog recovery, and undoing mistakes safely.

nimadorostkar/Claude-Skills-collection · 39 tokens

glab-gpg-key

管理用于提交签名的 GPG 密钥,包括添加、列出和删除操作。适用于设置提交签名、管理 GPG 密钥或验证已签名的提交。触发关键词:GPG 密钥、提交签名、已签名提交、验证提交。.

serejaris/kimi-skills · 66 tokens

git-commit-helper

Intelligent commit message generator that enforces Conventional Commits and links changes to Jira issues for traceability.

tkolleh/skills · 26 tokens

git-commit

Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive…

kogakure/skills · 87 tokens