commit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited commit (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 status
git diff --stat
git diff --stat --cached将变更按以下类别分组(按提交顺序):
| 优先级 | 类型 | 前缀 | 说明 |
|---|---|---|---|
| 1 | 基础设施/配置 | 🔧 [config] | 依赖、构建配置、CI/CD |
| 2 | 重构 | ♻️ [refactor] | 代码重构,不改变行为 |
| 3 | 功能 | ✨ [feat] | 新功能 |
| 4 | 修复 | 🐛 [fix] | Bug 修复 |
| 5 | 文档 | 📝 [docs] | 文档变更 |
| 6 | 样式/UI | 💄 [style] | 样式、UI 调整 |
| 7 | 测试 | ✅ [test] | 测试相关 |
git add -p 按 hunk 分别暂存对每个分组:
git add <files>
git commit -m "<emoji> [<type>] <description>"提交信息格式:
提交完成后展示摘要:
✅ 已创建 N 个提交:
1. 🔧 [config] ...
2. ✨ [feat] ...
3. 🐛 [fix] ...~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.