gh-commit
Facilitates the creation of well-structured Git commits using the Conventional Commits format for better version control.
Install this skill
or
92/100
Security score
The gh-commit skill was audited on Feb 19, 2026 and we found 8 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 35
External URL reference
SourceSKILL.md
| 35 | The Conventional Commits specification is a lightweight convention on top of commit messages. It provides an easy set of rules for creating an explicit commit history; which makes it easier to write a |
low line 49
External URL reference
SourceSKILL.md
| 49 | 1. **fix:** a commit of the _type_ `fix` patches a bug in your codebase (this correlates with [`PATCH`](http://semver.org/#summary) in Semantic Versioning). |
low line 50
External URL reference
SourceSKILL.md
| 50 | 2. **feat:** a commit of the _type_ `feat` introduces a new feature to the codebase (this correlates with [`MINOR`](http://semver.org/#summary) in Semantic Versioning). |
low line 51
External URL reference
SourceSKILL.md
| 51 | 3. **BREAKING CHANGE:** a commit that has a footer `BREAKING CHANGE:`, or appends a `'!'` after the type/scope, introduces a breaking API change (correlating with [`MAJOR`](http://semver.org/#summary |
low line 53
External URL reference
SourceSKILL.md
| 53 | 5. _footers_ other than `BREAKING CHANGE: <description>` may be provided and follow a convention similar to [git trailer format](https://git-scm.com/docs/git-interpret-trailers). |
low line 116
External URL reference
SourceSKILL.md
| 116 | The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](https |
low line 125
External URL reference
SourceSKILL.md
| 125 | 8. One or more footers MAY be provided one blank line after the body. Each footer MUST consist of a word token, followed by either a `:<space>` or `<space>#` separator, followed by a string value (th |
low line 219
External URL reference
SourceSKILL.md
| 219 | Trailers can be displayed using the [pretty formats](https://git-scm.com/docs/pretty-formats#Documentation/pretty-formats.txt-trailersoptions) option to `git log` command. For example, for a formatted |
Scanned on Feb 19, 2026
View Security DashboardInstall this skill with one command
/learn @flora131/gh-commit