# Commit Staged

> Git commit commands for staged-only commits

- Skill: `goodluckz/commit-staged` (Agent Skill)
- Install (CLI): `npx skillmds@latest add goodluckz/commit-staged`
- Raw SKILL.md: https://api.skillmd.com/api/skills/goodluckz/commit-staged/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: goodluckz (https://skillmd.com/u/goodluckz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/goodluckz/commit-staged

---


# Commit Staged

Commit only staged changes without staging new files.

## Context

- Current git status: !`git status`
- Staged changes only: !`git diff --cached`
- Current branch: !`git branch --show-current`
- Recent commits: !`git log --oneline -10`

## Your task

Based on the staged changes shown above, create a single git commit.

**IMPORTANT**: Do NOT run `git add`. Only commit the already-staged changes using `git commit`.

You have the capability to call multiple tools in a single response. Create the commit using a single message. Do not use any other tools or do anything else. Do not send any other text or messages besides these tool calls.

