deck-reviewer

Reviews presentation storyboards with four adversarial critics and generates severity-classified issue reports.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/fercosnt/fernando-claude-marketplace --skill deck-reviewer-fercosnt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deck-reviewer
Source: https://github.com/fercosnt/fernando-claude-marketplace/tree/main/deck-builder/skills/deck-reviewer
Command: npx skills add https://github.com/fercosnt/fernando-claude-marketplace --skill deck-reviewer-fercosnt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve? Presentation storyboards often ship with weak hooks, missing calls-to-action, unverified data claims, or compliance risks that only surface during the actual pitch. This Skill audits a generated STORYBOARD markdown file before presentation and produces a parallel review report with concrete, actionable issues. ## Core Features & Use Cases - Four adversarial critics: Runs sequential passes for clarity (action titles, horizontal logic), persuasion (hook and CTA critique via the /copy skill with heuristic fallback), SUCCESs stickiness (Heath framework), and a VERIFICAR auditor that classifies flagged unverified data by slide type. - Categorical severity output: Classifies every issue as BLOCKER, MAJOR, or MINOR with concrete rewrite suggestions, never emitting numeric scores, and writes results to a parallel .review.md file without overwriting the original. - Vertical-aware rules: Applies per-vertical defaults for max CTAs (fundraising, sales, clinical, teaching, scientific, and more) and compliance checks such as CFO/CVM regulatory constraints. - Use Case: After generating an investor pitch storyboard, run the reviewer to catch a missing Ask slide, a cure-promise compliance violation, and 25 unverified data flags before presenting to an angel investor. ## Quick Start Ask the assistant to run "/deck review" on your latest STORYBOARD file to generate a parallel .review.md report with blocker, major, and minor issues.

Frequently Asked Questions about deck-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review a pitch deck storyboard before presenting?

Run "/deck review" with or without a file path and the reviewer autodetects the latest STORYBOARD markdown file. It writes a parallel .review.md report listing issues by severity with concrete fix suggestions, never modifying the original file.

What does the deck-reviewer check in a presentation?

It runs four critics: clarity (action titles, one idea per slide, horizontal logic), persuasion (hook and CTA strength), SUCCESs stickiness (Simple, Unexpected, Concrete, Credible, Emotional, Stories), and a VERIFICAR auditor that classifies flagged unverified data by slide type.

Does the deck reviewer work without the /copy skill installed?

Yes, it degrades gracefully. When /copy is unavailable, the persuasion critic uses built-in heuristics for hooks and CTAs, and the review metadata notes that persuasion ran in heuristic mode.

Why does the reviewer not give a numeric score?

Numeric scores from LLMs are inconsistent and create false precision, so the reviewer uses three categorical severities instead: BLOCKER, MAJOR, and MINOR. Each category maps to a clear action, and a recommended next action summarizes the verdict.

What are VERIFICAR flags in a storyboard review?

VERIFICAR flags mark data points the generating skill inferred rather than received from the user. The reviewer collects all flags, classifies their severity by slide type (CTA and disclaimer flags become blockers), and lists them in a dedicated audit section.

Can the reviewer rewrite or fix my storyboard automatically?

No, it never modifies the original STORYBOARD file. It only generates a parallel .review.md report with issues and rewrite suggestions, and rendering final slides remains the responsibility of the separate deck-render skill.