fcakyon/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 https://github.com/fcakyon/claude-codex-settings --skill 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.
First, run the /simplify skill on the staged diff and apply its findings before committing. Docs-only diffs are a no-op.
github-dev:commit-creator for the full workflow.git diff --cached --name-onlygit diff --cached{type}: brief description (max 50 chars)feat, fix, refactor, docs, style, test, buildfeat: add sign-in flowfix: stop duplicate jobs on savedocs: add skills install snippetsTake fcakyon/commit-staged from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.