finalize-3e6e52 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited finalize-3e6e52 (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.
Post-implementation QA workflow: tests, code polishing, commit, and self-improvement.
At the start, use update_plan to track each phase:
$polish-code skill$simplify-docs skill$update-changelog skill$self-improve skill$polish-code SkillRun the $polish-code skill for the current changes.
$simplify-docs SkillRun the $simplify-docs skill on the staged changes (git diff --cached). Stage any edits it makes before continuing.
$update-changelog SkillRun the $update-changelog skill.
$self-improve SkillRun the $self-improve skill for the current session. Always run this phase even if the session seemed routine.
Examine the staged changes and evaluate whether they form a single reviewable unit or several independently reviewable units. This step decides only whether to split; the chosen ship skill owns all repository-state detection and the commit, push, branch, and PR intent.
Run git diff --cached --stat and git diff --cached to understand the scope. Categorize changes along three dimensions:
A split is warranted when the staged changes contain multiple reviewable units. Each unit should be independently understandable, testable, and revertable. When deciding group boundaries, consider whether a reviewer could evaluate each group without needing context from the others.
Output the split analysis as text.
If changes form a single cohesive unit, note this and run the $ship skill.
If changes span multiple reviewable units, propose an ordered list of groups. For each group, specify:
Use request_user_input to let the user choose whether to ship the changes together or split them up.
$ship skill$split-and-ship skillThen update or check the active plan and proceed to any remaining task.
.env, credentials, API keys). Warn if detected.git diff internally as needed.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.