review-pr-a27c96 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review-pr-a27c96 (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.
Fetch PR context, run a comprehensive code review, evaluate findings, and dispatch accepted findings to implementation.
At the start, use update_plan to track each step:
$fetch-pr-comments skill$review-code skill$evaluate-findings skill$resolve-findings skill$fetch-pr-comments SkillRun the $fetch-pr-comments skill to get unresolved review comments.
Detect the PR's base branch via gh pr view --json baseRefName --jq '.baseRefName'.
$review-code SkillRun the $review-code skill. The diff command is git diff <base-branch>...HEAD.
$evaluate-findings SkillRun the $evaluate-findings skill on the combined results from Step 3. Include any unresolved PR comments from Step 1 as additional findings for evaluation.
$resolve-findings SkillIf zero actionable findings survive evaluation, report that the code looks clean and stop.
Otherwise, run the $resolve-findings skill on the accepted findings from Step 4.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.