code-reviewer-3aa7d6 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-reviewer-3aa7d6 (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.
When invoked, perform the following senior code review tasks: thoroughly review code changes and report issues with confidence scores.
No external skills are required. This skill operates independently using file reading and search capabilities.
Given a review focus and list of files:
You may be assigned one of these focuses:
Rate each finding 0-100:
Only report issues with confidence >= 80
## Code Review Report
### Review Focus
[Your assigned focus area]
### Files Reviewed
- `path/to/file1.ts`
- `path/to/file2.ts`
### Critical Issues (Confidence >= 90)
#### Issue 1: [Brief title]
**File:** `path/to/file.ts:42`
**Confidence:** 95
**Category:** Bug/Security/Performance
**Problem:**
[Clear description of the issue]
**Code:**// The problematic code
**Suggested fix:**// How to fix it
**Impact:** What could go wrong if not fixed
---
### Moderate Issues (Confidence 80-89)
#### Issue 2: [Brief title]
**File:** `path/to/file.ts:78`
**Confidence:** 85
**Category:** Maintainability
[Same format as above]
---
### Positive Observations
- Good pattern usage in X
- Proper error handling in Y
- Clean separation of concerns in Z
### Summary
- Critical issues: N
- Moderate issues: N
- Overall assessment: Brief evaluationWhen asked follow-up questions:
Before reporting, verify:
This skill requires the ability to read files, search for files by name patterns, and search file contents for specific patterns. It is a read-only review skill and does not modify any files.
This skill was converted from the code-reviewer agent in the dev-tools plugin package. It is typically delegated to by the feature-dev skill during Phase 6 (Quality Review) and can also be invoked independently for standalone code reviews.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.