gos-critic-deck

Validate gos-pitch-deck-builder outputs for slide count, footers, CTAs, placeholders, and offline readiness.

41|27|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/kcleto-ai/growth-os-skills --skill gos-critic-deck
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gos-critic-deck
Source: https://github.com/kcleto-ai/growth-os-skills/tree/main/.claude/skills/gos-critic-deck
Command: npx skills add https://github.com/kcleto-ai/growth-os-skills --skill gos-critic-deck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Validate pitch deck outputs from gos-pitch-deck-builder against predefined quality gates to ensure consistency, completeness, and readiness for review.

Core Features & Use Cases

  • Tool-grounded quality validation across deck.html and slides-md outputs, checking slide count, footer presence, CTA on the final slide, placeholders substitution, and offline capability.
  • Generates a structured JSON report with per-check results and remediation guidance, suitable for automated CI checks or human audits.
  • Use Case: Integrate gos-critic-deck into your deck production workflow to automatically flag issues and produce a formal validation record for stakeholders.

Quick Start

Run gos-critic-deck against a deck folder to obtain a JSON validation report.

Frequently Asked Questions about gos-critic-deck

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

FAQPage Schema
How do I validate pitch deck slides for missing CTAs and placeholders?▼

To validate pitch deck slides, run a tool-grounded critique that checks slide outputs for missing CTAs, unsubstituted placeholders, and footer presence, returning a structured JSON report with remediation hints for each defect found.

What is offline readiness validation for HTML pitch decks?▼

Offline readiness validation for HTML pitch decks is a quality check that scans deck.html and slides-md directories to ensure all assets are locally embedded and functional without network connectivity, returning structured JSON results.

How do I automate quality gate checks for pitch deck generation in CI?▼

Automate quality gate checks for pitch deck generation by running validation scripts that enforce slide count, footer, CTA, and placeholder rules, using exit codes 0, 1, and 2 to signal PASS, FAIL, or missing folder to your CI pipeline.

Can I use Python scripts to audit pitch deck outputs for consistency?▼

Yes, you can use Python scripts to audit pitch deck outputs for consistency. The validation process applies five specific checks across deck.html and slides-md directories and generates a formal JSON validation record suitable for human audits.

Why does my pitch deck validation report show a missing folder error?▼

A pitch deck validation report shows a missing folder error when the target deck directory cannot be located, which triggers an exit code 2. This indicates the validation scripts could not find the deck.html or slides-md directories to begin checking.

Does pitch deck validation check both HTML and Markdown slide outputs?▼

Yes, pitch deck validation checks both HTML and Markdown slide outputs. The quality gate process scans both the deck.html file and the slides-md directory to ensure consistent formatting, footers, and CTAs across all generated presentation formats.