Skip to main content

git-commit-standards

Enforces conventional commit formats and atomic changes for consistent git commit practices, enhancing team collaboration and code quality.

Install this skill

or
93/100

Security score

The git-commit-standards skill was audited on Feb 12, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 63

Access to .env file

SourceSKILL.md
63- **✅ Do instead:** Use .env files (gitignored), run `scripts/check_secrets.sh` pre-commit
low line 245

External URL reference

SourceSKILL.md
245- [Conventional Commits Specification](https://www.conventionalcommits.org/)
low line 246

External URL reference

SourceSKILL.md
246- [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/)
Scanned on Feb 12, 2026
View Security Dashboard