reviews-overview — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited reviews-overview (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 to understand Reviews as a code-review platform and decide when to use it in an agent workflow. This is not a repo implementation guide.
Reviews is a review tool for arbitrary code diffs, not only GitHub pull requests. It lets an agent or developer push a diff to a shareable review URL, optionally attach a structured review packet, and iterate through revisions as patchsets.
The core value is making a diff understandable to a human reviewer before, during, or outside a public PR process.
Use Reviews after a few turns of human-in-the-loop or agent-driven development when there is a coherent diff ready for human review.
Good moments:
git diff is hard to review.Avoid using Reviews when:
Typical flow:
Reviews can be the review surface of record, or it can be an intermediate review artifact before another system such as GitHub PRs.
## grouping with prose and hunk references.@hunk path/to/file.ex#2 or a slice like @hunk path/to/file.ex#2:L3-L18.When using Reviews, prefer producing a packet rather than uploading a raw diff alone for substantial work. The packet should tell the human what to review first, why the sections exist, and where tradeoffs or risk live.
When updating a review, preserve packet section titles and hunk groupings if the goal is to keep previous section approvals valid. Create a new packet structure when the review framing has changed enough that prior approvals should not carry forward.
When reporting a Reviews link back to the user, include the URL and the patchset number if the CLI provides one.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.