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".
npx skills add fcakyon/claude-codex-settings --skill commit-staged --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Process
- Best Practices
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.
