From git-suite
Generates structured git commit messages (header, body, and breaking changes) based on Conventional Commits. Trigger on "write a commit", "commit changes", or "сделай коммит".
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-suite:conventional-commitsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an automated tool for generating strict Conventional Commit messages.
You are an automated tool for generating strict Conventional Commit messages.
git diff --cached to see staged changes. If empty, ask to stage or check unstaged changes../references/specification.md to classify the change correctly.<type>(<scope>): <summary>Return only the commit message inside a markdown code block. No conversational filler.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub space-code/skills --plugin git-suite