From thinking-frameworks-skills
Composes final Technical Reviewer Markdown artifact enforcing YAML frontmatter schema, exact section order, go/no-go decision rule, and draft immutability. Final step in review workflow.
npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsThis skill uses the workspace's default tool permissions.
```yaml
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
---
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.