From conventional-commit
Create a git commit following the Conventional Commits specification.
npx claudepluginhub hmcts/agentic-plugins-marketplace --plugin conventional-commitThis skill uses the workspace's default tool permissions.
Create a git commit following the Conventional Commits specification.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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)