What problem does it solve? Manually reviewing generated slide deck HTML for design-system compliance is slow and error-prone. This Skill automates the inspection of index.html files produced by the mira-builder workflow, catching color deviations, missing assets, broken structure, and leftover placeholders before publication. ## Core Features & Use Cases - Compliance Checklist: Runs 30+ checks across nine categories covering colors, visual identity, videos, card layout, typography, navigation, content composition, assets, and code escaping. - Severity-Graded Report: Produces a structured report classifying findings as critical, important, or quality suggestions, with exact line numbers and correction instructions for each failure. - Automatic Fixes: Offers to apply targeted edits to the HTML for critical and important failures, then re-runs validation to confirm. - Use Case: After mira-builder generates a deck at decks/<deck>/index.html, run this validator to confirm the primary color #FF904D is used, the logo and header video files exist, and no placeholders like [TITULO] remain. ## Quick Start Validate the slide deck at decks/chapter-1/index.html and show me the full compliance report.