writing-review-packets — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited writing-review-packets (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.
Use this skill when drafting packet markdown for reviews push --packet. A good packet is a reviewer map: it groups related hunks, explains why to look, and avoids rephrasing the diff line-by-line.
Use one top-level title and ## packet sections:
# Packet Title
Short overview of what the review packet covers.
## Section Title
One or two sentences orienting the reviewer.
One sentence of context before the hunk when useful.
@hunk path/to/file.ex#1Rules:
# title.## for review packet sections.@hunk path#N.git diff or the intended CLI range.## section.### subheadings sparingly, only when a section truly needs scan landmarks; do not add a stock technical-overview subsection to every section./private/tmp or another temporary path to avoid accidentally committing it.Section approvals inherit across patchsets only when the packet section identity and refs still match well enough.
To preserve approvals:
To intentionally invalidate approvals:
Use the CLI from the git checkout being reviewed:
reviews push --packet /path/to/packet.md
reviews push --update <slug> --packet /path/to/packet.md
reviews push --update <slug> --range HEAD --packet /path/to/packet.mdNotes:
--range HEAD captures current working-tree changes.HEAD~1..HEAD; use an explicit range when needed.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.