The conventional-commit skill provides developers with a structured XML-based prompt and workflow for generating standardized commit messages aligned with the Conventional Commits specification. It guides users through inspecting changes, constructing properly formatted commits with type, scope, and description fields, and automatically executing the git commit command. This skill solves the problem of inconsistent commit message formatting across repositories by enforcing a consistent, machine-readable standard that improves code history clarity and enables better automated tooling integration.
npx skills add https://github.com/github/awesome-copilot --skill conventional-commit