review-pr-7eb86a — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review-pr-7eb86a (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.
Comprehensive code review of a pull request or branch diff against its base. Unlike review-delta (quick review of uncommitted local changes), this reviews ALL commits in a branch for PR submission readiness.
Token optimization: Before starting, call help(topic="graph") for the full actions reference. Never include full files unless explicitly asked.
git diff main...<branch> to get changed filesgraph(action="build", base="main") to ensure the graph reflects the current state.git log --oneline main..HEAD to list all commitstype(scope): description)review(base="main"):query(action="impact", base="main"):query(action="query", pattern="callers_of", target=<func>) to find all consumersquery(action="query", pattern="tests_for", target=<func>) to verify test coverage ## PR Review: <title>
### Summary
<1-3 sentence overview>
### Conventional Commits Check
- [x] `feat(parser): add Go support` -- valid
- [ ] `fixed stuff` -- invalid, should be `fix(scope): description`
### Risk Assessment
- **Overall risk**: Low / Medium / High
- **Blast radius**: X files, Y functions impacted
- **Test coverage**: N changed functions covered / M total
- **Breaking changes**: None / List of breaking changes
### File-by-File Review
#### <file_path>
- Changes: <description>
- Impact: <who depends on this>
- Issues: <bugs, style, concerns>
### Missing Tests
- <function_name> in <file> - no test coverage found
### Recommendations
1. <actionable suggestion>| Aspect | review-delta | review-pr |
|---|---|---|
| Scope | Uncommitted changes only | Full branch diff (all commits) |
| Speed | Fast, minimal context | Thorough, more context |
| Use case | Quick check before commit | PR submission readiness |
| Commit analysis | N/A | Commit-by-commit + conventional commit check |
| Breaking changes | Not checked | Explicitly detected |
query(action="search", search_query=<term>) to find related code the PR might have missed~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.