code-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-review (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.
Multi-agent code analysis with parallel reviewers and challenge validation.
Uses explicit subagent dispatch patterns from code-subagents.
| Invocation | Behavior |
|---|---|
| (no arguments) | Review diff to main branch |
rq | Review diff to main branch |
rq main | Review diff to main branch |
rq develop | Review diff to develop branch |
feat/foo | Review diff to feat/foo (bare branch = rq) |
rs | Respond to review findings (interview mode) |
| Step | Subagent | Uses | Parallel | Purpose |
|---|---|---|---|---|
| 1 | Triage | scout agent | No | Detect context, select reviewers, identify skills to load |
| 2 | Reviewers | general subagent | Yes (per reviewer) | Specialty analysis (loads detected skills) |
| 3 | Synthesis | general subagent | No | Deduplicate findings |
| 4 | Architect | architect agent | No | Architecture review |
| 5 | Challenge | oracle agent | No | Validate findings with sequential-thinking |
No subagents. Interactive interview mode — see rs.md.
Follows code-subagents patterns:
| Agent | Used In Step |
|---|---|
scout | Triage (context retrieval, file analysis) |
architect | Architect (architecture review) |
oracle | Challenge (validate findings, sequential-thinking) |
general | Reviewers, Synthesis |
See agents/ for agent definitions.
| Reference | Purpose |
|---|---|
| rq.md | Request review workflow - detailed steps with prompts |
| rs.md | Respond to review workflow - interview mode |
| reviewers.md | Reviewer definitions and prompts |
| output.md | Output format specification |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.