From github-dev
Guides git commit workflow: analyzes staged files, generates conventional messages (feat/fix/etc.), updates README for features/setup changes, ignores unstaged.
npx claudepluginhub fcakyon/claude-codex-settings --plugin github-devThis skill uses the workspace's default tool permissions.
Complete workflow for creating commits following project standards.
Generates conventional commit messages from staged Git changes by reviewing diffs, categorizing as feat/fix/refactor/docs/test/chore, and formatting as type(scope): description. Use before committing.
Generates Conventional Commits from staged git changes: classifies feat/fix/docs types, detects scopes/breaking changes, matches project style from history.
Generates descriptive commit messages following conventional commits format by analyzing git diffs. Useful when writing commit messages or reviewing staged changes.
Share bugs, ideas, or general feedback.
Complete workflow for creating commits following project standards.
Use commit-creator agent
/commit-staged [context] for automated commit handlingAnalyze staged files only
git diff --cached --name-onlygit diff --cachedCommit message format
{type}: brief description (max 50 chars)feat, fix, refactor, docs, style, test, buildMessage examples
feat: implement user authentication systemfix: resolve memory leak in data processing pipelinerefactor: restructure API handlers to align with project architectureDocumentation update
Execution