git-commit-7555cc — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited git-commit-7555cc (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
当你需要创建 Git 提交或管理分支时使用此 skill。
git 提交模板 <type>(<scope>): <subject>,具体要求如下:
: 后有空格feat: 新增功能fix: 修复 bugdocs: 文档注释style: 代码格式(不影响代码运行的变动)refactor: 重构、优化(既不增加新功能, 也不是修复bug)perf: 性能优化test: 增加测试chore: 构建过程或辅助工具的变动revert: 回退build: 打包- 符号开头,多个换行,参考如下样例:feat(web): implement email verification workflow
- Add email verification token generation service
- Create verification email template with dynamic links
- Add API endpoint for token validation
- Update user model with verification status fieldmain/master: 主分支,保持稳定可发布状态develop: 开发分支,包含最新开发特性feature/*: 功能分支,用于开发新功能bugfix/*: 修复分支,用于修复bugrelease/*: 发布分支,用于准备发布| 分支类型 | 命名格式 | 示例 |
|---|---|---|
| 功能分支 | feature/[描述] | feature/user-auth |
| 修复分支 | fix/[问题ID]-[描述] | fix/issue-42-login-crash |
| 发布分支 | release/[版本] | release/v2.1.0 |
| 热修复分支 | hotfix/[版本]-[描述] | hotfix/v2.0.1-payment-fix |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.