vibelens-explain-changes — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited vibelens-explain-changes (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.
<!-- vibelens-asset-version: 2 -->
Call show_diff_explanation ONLY after you have actually edited files in a git repository and reached a logical stopping point. Batch ALL edits from one task into a SINGLE call — not once per file.
Do NOT call it for read-only questions, code reviews, explanations, or any turn where you did not change code. If git diff HEAD is empty, do nothing.
git diff HEAD. For the most recent commit use git diff HEAD~1 HEAD. Pass the raw unified diff verbatim as the diff argument.title (short, what changed) and diff. Add summary (1-3 sentences) and annotations ({ file, line?, explanation }) when the change is non-trivial.workspacePath to the repository root and editor to "cursor" or "vscode".git diff HEAD. If the output is empty, do nothing.title, a short summary, and per-file annotations that explain WHY each change was made.show_diff_explanation with { title, diff, summary, annotations, workspacePath, editor }.| Param | Required | Value |
|---|---|---|
title | yes | Short description of what changed |
diff | yes | Raw unified output of git diff HEAD |
summary | no | 1-3 sentence high-level overview |
annotations | no | Array of { file, line?, explanation } |
workspacePath | no | Absolute path to the repo root |
editor | no | "cursor" or "vscode" |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.