Agent skill · AI & Agents

commit-staged

This skill should be used when user asks to "commit these changes", "write commit message", "stage and commit", "create a commit", "commit staged files", or explicitly invokes "commit-staged".

fcakyongithub.com/fcakyonGitHub ↗
claude-codecodexcursorApache-2.0
Install
npx skills add fcakyon/claude-codex-settings --skill commit-staged --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: plugins/github-dev/skills/commit-staged/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 967
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Commit Staged Complete workflow for creating commits following project standards. When explicitly invoked with extra text, treat that text as additional context about the changes and include it in commit planning and commit messages. When session history includes findings, motivation, or rationale, include the strongest points in the commit message body instead of relying on the diff alone. ## Process **First, run the `/simplify` skill on the staged diff and apply its findings before committing. Docs-only diffs are a no-op.** 1. **Preferred execution** - If subagents are available, use `github-dev:commit-creator` for the full workflow. - Pass along any extra invocation text as additional context. - Otherwise follow the manual steps below. 2. **Analyze staged files only** - Check all staged files: `git diff --cached --name-only` - Read diffs: `git diff --cached` - Completely ignore unstaged changes 3. **Commit message format** - First line: `{type}: brief description` (max 50 chars) - Types: `feat`, `fix`, `refactor`, `docs`, `style`, `test`, `build` - Use plain language. Avoid jargon, buzzwords, and repo shorthand unless an exact command or tool name is needed. - Use findings and

What's inside
Steps it walks through
  1. Process
  2. Best Practices
More from claude-codex-settings
All skills →
About this skill
What does the commit-staged skill do?

This skill should be used when user asks to "commit these changes", "write commit message", "stage and commit", "create a commit", "commit staged files", or explicitly invokes "commit-staged".

How do I install it?

Run `npx skills add fcakyon/claude-codex-settings --skill commit-staged --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From fcakyon/claude-codex-settings, a repository with 967 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going