check-deck

Verify numerical consistency, narrative alignment, language polish, and formatting in IB pitch decks.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/xfs96192/claude-config --skill check-deck-xfs96192
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-deck
Source: https://github.com/xfs96192/claude-config/tree/main/plugins/cache/financial-services-plugins/financial-analysis/0.1.0/skills/check-deck
Command: npx skills add https://github.com/xfs96192/claude-config --skill check-deck-xfs96192

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Investment bankers spend hours checking pitch decks for numeric consistency, data-narrative alignment, language polish, and formatting QC. This Skill provides an end-to-end quality-control workflow for IB presentations, ensuring accuracy and professional standards.

Core Features & Use Cases

  • Number consistency checks across slides
  • Data-narrative alignment verification
  • Language polish to meet IB standards
  • Formatting QC for client-ready decks
  • Use Case: Review, check, or QC IB presentations before delivery to clients.

Quick Start

Run the deck QC workflow on your IB pitch deck by extracting its content into content.md and executing the four checks.

Frequently Asked Questions about check-deck

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

FAQPage Schema
How do I automate quality control for IB pitch decks?

You can automate pitch deck QC by extracting PPTX content into a markdown file and executing scripts to verify numerical consistency, narrative alignment, language polish, and formatting across all slides.

What is data-narrative alignment verification in presentation decks?

Data-narrative alignment verification checks that the numbers on your slides match the story being told. It detects inconsistencies between extracted slide content and the presentation's narrative flow.

Can I check numerical consistency across slides in a PPTX file?

Yes, you can check numerical consistency across slides by extracting PPTX content into a markdown file and using a dedicated Python script to detect number mismatches and generate a structured report.

Does this deck QC workflow require markitdown to extract content?

Yes, this deck QC workflow requires markitdown to extract content from PPTX files into a markdown file, which the extract_numbers.py script then processes to detect inconsistencies.

What's the best way to format client-ready investment banking presentations?

The best way to format client-ready IB presentations is running an automated formatting QC check that reviews extracted slide content against professional standards before client delivery.