code-reviewer — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited code-reviewer (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.
This skill guides the agent in conducting professional and thorough code reviews for both local development and remote Pull Requests.
Review against the coding-standards hub (SOLID, DRY, error handling and exception chaining, immutability, explicit state, architecture boundaries), plus review-duplication for reuse and security-review for security. Lead every finding with a path:line reference.
#### 1. Determine Review Target
file system states (staged and unstaged changes).
#### 2. Preparation
##### For Remote PRs:
gh pr checkout <PR_NUMBER> npm run preflight##### For Local Changes:
git statusgit diff (working tree) and/or git diff --staged (staged).npm run preflight beforereviewing.
#### 3. In-Depth Analysis Analyze the code changes based on the following pillars:
factors like code clarity, modularity, and adherence to established design patterns.
coding style guidelines?
additional test cases that would improve coverage or robustness.
#### 4. Provide Feedback
##### Structure
##### Tone
#### 5. Cleanup (Remote PRs only)
main or master).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.