From core
Use when committing changes to git — provides commit message formatting rules and an interactive commit workflow.
How this skill is triggered — by the user, by Claude, or both
Slash command
/core:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Commit message formatting rules and an interactive commit workflow.
Commit message formatting rules and an interactive commit workflow.
feat:, docs:, refactor:.Co-Authored-By: ... line to commit messages unless the user explicitly requests it.git status — check the state of the working tree and staging area.git add .).git commit.npx claudepluginhub lachtan/nicecode --plugin coreCreates a single well-crafted git commit by analyzing the diff, matching the repo's commit style, and writing a concise "why not what" message. Invoked via /commit.
Executes git commits with conventional commit message analysis, intelligent staging, and message generation. Use when asked to commit changes or when /commit is invoked.
Generates descriptive commit messages following conventional commits format by analyzing git diffs. Useful when writing commit messages or reviewing staged changes.