Create a single Git commit for the current repository changes.
Creates a Git commit with AI-generated Conventional Commits format messages.
/plugin marketplace add hudrazine/claude-code-toolkit/plugin install git-workflow@hudrazine-cctoolkitsonnetgit statusgit --no-pager diff HEADgit branch --show-currentgit --no-pager log --oneline -10Create a git commit for the current repository changes using Conventional Commits format.
<type>(<scope>): <subject>
<body>
feat: User-facing featurefix: User-facing bug fixdocs: Documentation onlystyle: Formatting, no logic changerefactor: Code change without behavior changetest: Add/modify tests onlychore: Maintenance, tooling, infrastructure<scope>: Optional - affected component/module<subject>: ≤50 chars ideal, ≤72 max<body>: Focus on the "why", not the "what" (1-2 sentences)Before committing, verify no secrets are staged:
.env files, credential filesIf detected, report and stop.