Skip to content
Development
Skill

/commit-staged

Commit already-staged changes with a message matching existing commit style. Use when the user asks to \"commit staged changes\" or \"commit what's staged\".

From plugin
turbo
40279 skills
Install
$ npx -y skills add tobihagemann/turbo --skill commit-staged --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/commit-staged

Context preview

The summary Claude sees to decide when to auto-load this skill.

Commit already-staged changes with a message matching existing commit style. Use when the user asks to \"commit staged changes\" or \"commit what's staged\".

SKILL.md

commit-staged.SKILL.md
name: commit-staged
description: "Commit already-staged changes with a message matching existing commit style. Use when the user asks to \"commit staged changes\" or \"commit what's staged\"."

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
Ships withturbo

A composable dev process for agentic coding harnesses, packaged as modular skills. Turbo has sibling editions for Claude Code and Codex. The Claude Code edition is production-tested.

Get the whole plugin
Stats
402
Stars
30
Forks
Active
Maintenance
Shell
Language
MIT
License
2d ago
Last commit
6mo ago
Created

Repo: tobihagemann/turbo

Other skills on turbo.

audit
Skill

audit

Project-wide health audit pipeline that fans out to all analysis skills in parallel, evaluates findings, and produces a unified report at .turbo/audit.md. Use…