codeck Review (Slide QA Lane)
A QA lane that opens your rendered HTML deck, inspects every slide through a skeptical-audience lens, applies scoped fixes to slides.html/custom.css, and rebuilds.
Docs & OfficeIntermediate★ 199⑂ 18AI score 8/10Last updated: Aug 8, 2026
What it does
- Validates that the assembled HTML is a real engine deck (must contain
openPresenter,codeck-presenter,BroadcastChannel, no sibling stylesheet link), rebuilding viabuild-html.shif needed. - Uses inverse selection: it channels the audience member most likely to push back — the exec who asks "so what?", the engineer who reads footnotes, the general viewer who checks their phone when confused — and reviews through their skepticism.
- Scores seven dimensions: narrative flow, content completeness, AI-fluff detection (buzzword list plus an A–F grade and the "swap in a competitor name" test), visual hierarchy, cross-page consistency, engine integrity (
data-fsequencing,data-notes, no<script>), and visual quality againstvisual-floor.mdbenchmarks. - Fixes only what it owns: style issues in
custom.css, content issues inslides.html, then rebuilds. It never rewritesdeck.md,DESIGN.md, orspeech.md; cross-lane changes become proposals inthreads/threads.md. - Emits
review.mdwith issue counts, applied fixes, and items needing a user decision; caps itself at 3 review rounds and touches.reviewedwhen done.
Who it's for
- codeck users building HTML slide decks inside Claude Code.
- Presenters who want an objective "can this go on stage?" check before the real talk.
- Anyone trying to scrub the AI-generated look (endless 3-column cards, "N advantages of X" titles) out of a deck.
Example uses
- "Review my slides" → inspects the whole deck, auto-fixes 9 of 12 findings, writes
review.mdand hands the rest to threads. - "Find the fluff" → flags sentences that still hold with a competitor's name swapped in, grades the deck C, and rewrites the offending copy.
- "Check consistency" → replaces hardcoded colors with CSS variables while respecting intentional color drift documented in DESIGN.md.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/hiyeshu/codeck/HEAD/skills/codeck-review/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/codeck-review folder from the GitHub repo hiyeshu/codeck into my ~/.claude/skills/codeck-review/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/hiyeshu/codeck.git /tmp/codeck && mkdir -p ~/.claude/skills && cp -r /tmp/codeck/skills/* ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal and clone the repo:
git clone https://github.com/hiyeshu/codeck.git - Make sure the skills folder exists:
mkdir -p ~/.claude/skills - Copy the whole codeck skill set — this lane cannot run alone:
cp -r codeck/skills/* ~/.claude/skills/ - Confirm
codeck,codeck-design, andcodeck-reviewfolders now exist under~/.claude/skills/. - Restart Claude Code and first generate a deck with codeck.
- From the project directory containing the deck, say "review the slides" or "QA this deck" to trigger this skill.
- If path auto-discovery fails, set it manually:
export CODECK_SKILL_DIR=~/.claude/skills/codeck.
View source on GitHub ↗License: MIT