Аудит визуального макета слайдов

design

visual-audit is a Claude Code skill that performs an adversarial visual-layout audit of a Quarto (.qmd) or Beamer (.tex) slide deck. It reads the specified file, renders Quarto presentations in the browser, or compiles Beamer and scans for overfull hbox warnings. Every slide is checked across five categories: content overflow, inconsistent font sizes, box fatigue (two or more colored boxes on one slide), spacing and alignment issues, and layout problems such as missing transitions or incorrect semantic colors. The skill produces a per-slide report with severity ratings and actionable recommendations, applying fixes according to a spacing-first principle — negative margins, list consolidation, inline equations, and image reduction before font size is ever touched (never below 0.85em). Writing quality and pedagogy are explicitly out of scope; pair with /proofread or /pedagogy-review for those concerns.