Install
openclaw skills install @jjjhenriksen/quality-reviewEvidence-first structured review with source-tiered claims. For code, notes, agent output, and research. Inspired by gstack methodology and gbrain source-tiering.
openclaw skills install @jjjhenriksen/quality-reviewEvidence-first structured review for code, source notes, knowledge entries, agent output, PRs, and research. Inspired by:
Every review ends with the standard template. Every claim is source-tiered. Every finding has a confidence level.
Source-tier all claims. Not all evidence is equal. Label sources by tier:
Name the gap, don't fill it. If evidence is missing, say so. Do not produce a plausible-sounding substitute (that's confabulation).
One recommendation, not options. Prefer a single best fix with rationale. Listing options without a call is indecision, not review.
Self-review before delivery. Run the checklist before handing off any review output.
Cause: <root cause or "not proven">
Provenance: <commit/PR/date/source tier + path or "unknown">
Best fix: <one concrete recommendation with rationale>
Refactor: <yes/no — specific shape of change>
Proof: <evidence with source tier — tests/CI/docs/URLs>
Risk: <remaining uncertainty — low/medium/high + specific unverified items>
Cause: Race condition in cache invalidation (verified: reproduced locally)
Provenance: Introduced in commit a3f2c1 (2026-05-20) — Tier 1
Best fix: Add mutex around the cache-bust path
Refactor: No — the fix is scoped, the broader cache layer is sound
Proof: Reproduced with `go test -race ./cache` — Tier 1
Risk: Low — fix is covered by existing tests + one new regression test
Cause: Not proven — the error log is real but too vague to isolate
Provenance: Error first appeared in CI run #8472 (2026-05-24) — Tier 2
Best fix: Add structured logging to the error path before attempting any fix
Refactor: No — fixing the symptom without root cause is premature
Proof: Error ID matches the pattern but cannot be deterministically reproduced — Tier 2
Risk: High — root cause still unknown, fix could mask the real issue
Cause = drift/fabrication/inefficiency, Provenance = the instruction that should have bounded itBefore delivering any review output:
When dispatching a review: include the full artifact, the question you want answered, and demand the review output template in the reply. Route the review to the appropriate specialist: