Enforces Conventional Commits message format and branch naming conventions when the user wants to create a branch, make a commit, commit and push, or any combination of git branching/committing tasks. Trigger this skill whenever the user says things like "create a branch", "make a commit", "commit my changes", "commit and push", "create a branch and commit", "branch off and commit", "push this up", "commit everything", "stage and commit", or any variant involving git branch creation or committing. Also trigger when the user describes a change they made and wants it committed, even if they don't use the exact words "commit" or "branch". This skill ensures branch names follow the type/description pattern and commit messages follow the type(scope): description format.
$npx -y skills add jzills/claude-marketplace --skill conventional-commitsInstalls into the current project.
Run `npx skills use "https://github.com/jzills/claude-marketplace" --skill "jzills/claude-marketplace/conventional-commits"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jzills/claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/jzills/claude-marketplace"` and select the relevant skills, then follow their instructions.