git-commit
Automates semantic git commits using Conventional Commits by analyzing code diffs and staging changes safely.
Install
npx skills add https://github.com/github/awesome-copilot --skill git-commitStats
| Total installs | 18,686 |
| Weekly installs | 18.6K |
| GitHub stars | 27.4K |
| First seen | Jan 23, 2026 |
| Source | @github/awesome-copilot |
Summary
- Auto-detects commit type (feat, fix, docs, refactor, perf, test, build, ci, chore, revert) and scope from actual code changes
- Generates semantic commit messages following conventional format with optional body and footer sections
- Intelligently stages files for logical grouping when needed, with support for pattern-based and interactive staging
- Detects breaking changes and formats them with exclamation mark or BREAKING CHANGE footer
- Enforces git safety protocols: prevents destructive operations, config changes, and secret commits without explicit user request
Tags
Related skills
| Skill | Installs | vs git-commit |
|---|---|---|
| baoyu-cover-image | 13,606 | -5,080 |
| internal-comms | 17,236 | -1,450 |
| theme-factory | 20,245 | +1,559 |
| onboarding-cro | 25,785 | +7,099 |
| launch-strategy | 26,673 | +7,987 |
FAQ
- How many installs does git-commit have?
- git-commit has 18,686 total installs and 18.6K installs this week.
- Where is git-commit hosted?
- git-commit is published by @github/awesome-copilot at https://github.com/github/awesome-copilot.
- How many GitHub stars does git-commit have?
- git-commit has 27.4K GitHub stars.
- When was git-commit first indexed?
- OrangeBot.AI first indexed git-commit on Jan 23, 2026.
- How do I install git-commit?
- Run: npx skills add https://github.com/github/awesome-copilot --skill git-commit