workflows-review-e67e5b — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workflows-review-e67e5b (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.
Review the implementation: $ARGUMENTS
You are executing Stage 5 (Review) of the development workflow. Implementation is complete and sub-agent summaries exist on disk. Your job is to dispatch review agents that verify claims, check for regressions, and assess quality. You do NOT fix issues — that's Stage 6's job.
Before starting, verify:
.workflow/state.json exists and currentStage is "review"stages.implementation.artifacts.summaries in state)If pre-conditions are not met, report what's missing and halt.
Read all sub-agent summaries from .workflow/summaries/*.md. Extract:
### Claims section### Tests section### Spec/Evidence Alignment### Risks sectionDispatch specialized review agents in parallel. Each gets the full claims list and the relevant source files.
Required reviews (always run these):
general-purpose agent to:compound-engineering:review:kieran-typescript-reviewer agent (or dispatch via Agent tool with instructions to check types):npm run build or tsc --noEmitcompound-engineering:review:pattern-recognition-specialist agent:Conditional reviews (run when relevant):
compound-engineering:review:security-sentinel agentcompound-engineering:review:performance-oracle agentcompound-engineering:review:code-simplicity-reviewer agentEach review agent returns findings. Classify each finding:
| Severity | Meaning | Blocks? |
|---|---|---|
| blocking | Claim is false, test fails, or security issue | Yes |
| warning | Quality concern, pattern deviation, missing edge case | No (but should fix) |
| info | Style suggestion, minor improvement | No |
Cross-reference the implementation's spec claim alignment statements against the review results:
Write the review report to .workflow/review-report.md:
# Review Report: <title>
**Workflow**: <id>
**Reviewed**: <ISO timestamp>
**Summaries reviewed**: N
## Verdict: PASS / FAIL
## Findings
### Blocking (must fix before merge)
1. [finding with file:line reference]
### Warnings (should fix)
1. [finding with file:line reference]
### Info
1. [observation]
## Claim Verification
| # | Claim | Status | Evidence |
|---|-------|--------|----------|
| 1 | "..." | VERIFIED / FAILED / UNVERIFIABLE | [detail] |
## Hypothesis Check
| Hypothesis | Implementation Says | Review Says | Aligned? |
|-----------|-------------------|-------------|----------|
| H1 "..." | SUPPORTS | SUPPORTS | Yes |
## Test Results
- Tests run: N
- Tests passed: N
- Tests failed: N
- Commands: [list].workflow/state.json):stages.review.status to "completed"stages.review.completedAt to current ISO timestampstages.review.artifacts.findings to the findings listcurrentStage to "compound" (skip revision)currentStage to "revision"updatedAt REVIEW COMPLETE
================
Verdict: PASS / FAIL
Blocking findings: N
Warnings: N
Claims verified: N/N
Next: Stage 6 - Revision (/workflow-revision) [if FAIL]
Next: Stage 7 - Compound (/workflows-compound) [if PASS]~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.