commit-hygiene — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited commit-hygiene (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.
A commit is a unit of history someone will read later. Make each one tell a clear, single story.
Use a conventional, scannable format:
<type>: <short imperative summary>
<optional body: why this change, not what — the diff already shows what>fix, feat, refactor, docs, test, chore (match the repo's existing convention if it has one).fix: prevent crash on empty cart, not fixed some stuff.If the project already uses a commit style (check git log), follow it over these defaults. Consistency beats your personal preference.
git log is documentation that writes itself — but only if commits are clean. Focused commits make bugs bisectable, reverts safe, and reviews fast. A history of vague "update" commits is a history nobody can use.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.