conventional-commit
Automates the creation of standardized Git commit messages following the Conventional Commits specification.
Install
npx skills add https://github.com/github/awesome-copilot --skill conventional-commitStats
| Total installs | 8,291 |
| Weekly installs | 8.3K |
| GitHub stars | 27.4K |
| First seen | Feb 25, 2026 |
| Source | @github/awesome-copilot |
Summary
- Provides XML-formatted workflow guiding users through staging changes, inspecting diffs, and constructing commits with type, scope, description, body, and footer fields
- Includes validation rules enforcing Conventional Commits specification compliance, with allowed types (feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert)
- Offers six practical examples covering common commit patterns, including breaking changes
- Integrates with Git to automatically execute the final commit command in the terminal
Tags
Related skills
| Skill | Installs | vs conventional-commit |
|---|---|---|
| gws-shared | 8,498 | +207 |
| slack | 9,160 | +869 |
| gws-drive-upload | 9,673 | +1,382 |
| create-agentsmd | 8,076 | -215 |
| mcp-cli | 7,926 | -365 |
FAQ
- How many installs does conventional-commit have?
- conventional-commit has 8,291 total installs and 8.3K installs this week.
- Where is conventional-commit hosted?
- conventional-commit is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does conventional-commit have?
- conventional-commit has 27.4K GitHub stars.
- When was conventional-commit first indexed?
- OrangeBot.AI first indexed conventional-commit on Feb 25, 2026.
- How do I install conventional-commit?
- Run: npx skills add https://github.com/github/awesome-copilot --skill conventional-commit