work-commit — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited work-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.
type(scope): short description (< 50 characters)
[optional body - details on the "what" and "why"]
[optional footer - issue references, breaking changes]# View modified files
git status --short
# View detailed diff
git diff --staged
# If nothing is staged, view non-staged changes
git diff| Type | Usage |
|---|---|
feat | New feature |
fix | Bug fix |
refactor | Refactoring without functional change |
test | Adding or modifying tests |
docs | Documentation only |
style | Formatting, no code change |
chore | Maintenance, dependencies |
perf | Performance improvement |
The scope indicates the part of the code affected:
auth, api, uibutton, modallogin, checkoutgit add [files]
git commit -m "type(scope): description"Or with body:
git commit -m "type(scope): description
- Detail 1
- Detail 2
Refs: #123"feat(auth): add OAuth2 login support
fix(api): handle null response from external service
refactor(utils): extract date formatting to separate module
test(cart): add unit tests for price calculation
docs(readme): update installation instructions❌ "fix bug" → Too vague
❌ "Update code" → Not informative
❌ "WIP" → Don't commit WIP
❌ "feat: Add new feature..." → Redundant~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.