review-prod-ready — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited review-prod-ready (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.
Dispatches up to 7 specialized review subagents in parallel. Each reviewer focuses on ONE dimension deeply, catching issues a single broad reviewer misses.
HEAD: !git rev-parse --short HEAD 2>/dev/null || echo "not a git repo" Base: !git merge-base HEAD main 2>/dev/null || git merge-base HEAD master 2>/dev/null || echo "no base found" Changed files: !git diff --stat $(git merge-base HEAD main 2>/dev/null || git merge-base HEAD master 2>/dev/null) HEAD 2>/dev/null || echo "run git diff manually"
Read ${CLAUDE_SKILL_DIR}/reviewers.md for the detailed prompt for each of the 7 reviewers.
Dispatch ALL applicable reviewers simultaneously using the Agent tool. Pass each reviewer:
reviewers.mdEach agent should:
Skip reviewers that don't apply (e.g., skip Plan Completeness if no plan exists, reduce count for small diffs <5 files).
Aggregation rules — do NOT soften findings:
After all reviewers complete, combine into a single report:
## Production Readiness Review
**Range:** BASE..HEAD | **Files:** N changed | **Date:** YYYY-MM-DD
### Critical Issues (must fix before merge)
[Combined from all reviewers, deduplicated, with source reviewer noted]
### Important Issues (should fix)
[Combined, deduplicated]
### Minor Issues (nice to have)
[Combined, deduplicated]
### Suppression Audit
| File:Line | Directive | Verdict | Reason |
|-----------|-----------|---------|--------|
### Verdict
**Ready to merge?** Yes / No / With fixes
**Top risks if merged as-is:**
1. ...
2. ...
3. ...Each finding must include:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.