From thinking-frameworks-skills
Composes the final Technical Reviewer artifact with enforced frontmatter schema, section order, and go/no-go decision rule. Used as the last step in a Technical Reviewer run.
How this skill is triggered — by the user, by Claude, or both
Slash command
/thinking-frameworks-skills:write-review-artifactThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
```yaml
---
agent: technical-reviewer
version: 1.0
draft_path: corpus/drafts/{slug}.md
draft_sha256: {hash}
reviewed_at: ISO8601
topic_hint: {string or null}
total_claims: N
counts:
simplified-correct: N
simplified-boundary: N
wrong: N
contested: N
overclaim: N
blockers: N # count of wrong claims
glossary_alignment_notes: N
go_no_go: GO | GO-WITH-HEDGES | NO-GO
timebox_used_hours: N.N
---
## Summary — one paragraph, plain English, counts + verdict.## Blockers — every wrong claim, numbered, excerpt + why-wrong + primary source + suggested fix. Empty section if zero.## Claims — full per-claim table: #, excerpt, location, classification, confidence, primary_source, action, note.## Boundary-Break Suggestions — for every simplified-boundary.## Glossary Alignment — terms where writer's glossary diverges from field. Empty if zero.## Could-Not-Verify — claims where primary source was paywalled / unreachable / not findable.## Research Log — queries run, sources fetched, time spent. Audit trail.blockers = count(wrong)blockers > 0 → NO-GO.contested + overclaim > 0 → GO-WITH-HEDGES.GO.draft_sha256 recorded to detect re-runs on a changed draft.-v2 suffix if running a second time after a revision.npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsPerforms hierarchical bottom-up review of drafted documents, diagnosing structural problems and producing .planning/REVIEW.md for revision.
Reviews documentation, blog posts, READMEs, proposals, and prose for quality issues in content, style, and embedded artifacts using parallel agents.
Generates a self-contained HTML review artifact with structured feedback support for investigation cycles. Accepts feedback as downloadable JSON and re-triggers investigator processing.