What problem does it solve? Generated or edited PowerPoint decks often ship with empty placeholders, missing topics, overflowing text, or corrupted OOXML that only surface after delivery. This Skill runs a repeatable verification pipeline that catches these defects before a deck is shared, uploaded, or emailed. ## Core Features & Use Cases - Structural Verification: Runs a Python script to check slide count, empty text placeholders, minimum content per slide, and OOXML file integrity. - Content Verification: Uses markitdown to extract slide text and confirm all requested topics are present, no placeholder text remains, and metrics match source data. - Visual Verification: Converts slides to images via LibreOffice and pdftoppm to detect overlapping elements, text overflow, low contrast, and edge violations. - Use Case: After generating a 5-slide quarterly review deck, run this Skill to produce a checklist report flagging an empty text box on slide 3 and a truncated title on slide 2 before sending it to stakeholders. ## Quick Start Verify the deck I just created at output/quarterly-review.pptx and report any structural, content, or visual issues.