commit-staged

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

A tool for committing changes that are already staged in Git, the version-control system used to track code. It chooses a commit message that matches the project's existing style.

In plain words
What is it for?
It helps turn staged changes into a commit when the user asks to commit what is ready.
Why use it?
It avoids accidentally staging additional files and keeps the commit on the current branch.

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
Any agent
npx skills add tobihagemann/turbo --skill commit-staged
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

README.md
[![agentmods](https://agentmods.dev/badge/skills/tobihagemann/turbo/commit-staged.svg)](https://agentmods.dev/skills/tobihagemann/turbo/commit-staged)
Your own site
<a href="https://agentmods.dev/skills/tobihagemann/turbo/commit-staged"><img src="https://agentmods.dev/badge/skills/tobihagemann/turbo/commit-staged.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 120 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.00034 $0.00120
Opus 5 $0.00017 $0.00060
Sonnet 5 $0.00007 $0.00024
Haiku 4.5 $0.00003 $0.00012

Measured 5d ago against content hash 30d05a9a36fb, 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 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/SKILL.md · 17 lines

What it actually says

Commit Staged Changes

Step 1: Run /commit-rules Skill

Run the /commit-rules skill to load commit message rules and technical constraints.

Step 2: Commit

  • Changes are already staged and ready to commit
  • Do not stage any files
  • Keep the current branch and commit on it, including when it is the default branch
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 · 17 lines · 34 tokens per session scan A 30d05a9a36fb

Subscribe to this mod's changes

commit-staged is a skill published in the GitHub repository tobihagemann/turbo (402 stars, last pushed 2d ago), licensed MIT. It adds 34 tokens to every session and 120 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

git-commit

当用户明确要求"提交 Git 改动"、"生成 commit 信息"或"创建 git commit"时使用。仅用 Git 分析改动并自动生成 conventional commit 信息(可选 emoji);必要时建议拆分提交,默认运行本地 Git 钩子(可 --no-verify 跳过),提交后默认自动 push(可 --no-push 跳过)。.

huangwb8/skills · 88 tokens

git-workflow

Git 工作流专家。规范化版本控制,确保提交历史清晰可追溯。支持 Conventional Commits 规范、Pull Request 最佳实践、分支管理策略和自动化工作流。.

huangwb8/skills · 47 tokens

handoff

Ship completed work: verify locally, commit related changes, push, create or update the PR, watch CI/reviews, and fix until merge-ready or escalated. Use for "ship it", "create PR", "handoff", or finished code needing delivery.

heliohq/ship · 56 tokens

github-pr-best-practices

Best practices for creating GitHub pull requests including conventional commits, PR formatting, and multi-language support (en/ja). Use when creating PRs, writing PR descriptions, or formatting commit messages.

aiskillstore/marketplace · 46 tokens

yeet

Commit, publish or integrate, prove, and retire a completed registered Git task when the operator explicitly says yeet. Use only for that exact terminal instruction after working-thread validation exists. Do not use for ordinary commits, tests, deployments, read-only or no-diff work, or selecting integration refs.

macintog/codex-spine · 63 tokens

git-commit

Use this skill when user asks to "commit changes", "create a commit", "stage and commit", or wants help with git commit workflow.

aiskillstore/marketplace · 33 tokens