Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From conventional-commit
Create a git commit following the Conventional Commits specification.
npx claudepluginhub hmcts/agentic-plugins-marketplace --plugin conventional-commitHow this skill is triggered — by the user, by Claude, or both
Slash command
/conventional-commit:commitThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create a git commit following the Conventional Commits specification.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Create a git commit following the Conventional Commits specification.
Steps:
git diff --staged to see what is staged. If nothing is staged, run git status and ask the user which files to include.auth, api, ui)<type>[optional scope]: <description>
[optional body]
[optional footers]
git commit.--no-verify.Examples of well-formed messages:
feat(auth): add OAuth2 login via GitHubfix(api): handle null response from payment providerrefactor!: rename UserService to AccountService (breaking change)