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 coreExecutes 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.
Creates git commits with clear messages from working tree changes, following repo conventions or conventional commits. Handles clean trees and detached HEAD.