QA Quarto HTML-слайдов по эталону Beamer
testing
qa-quarto is a Claude Code skill that runs adversarial QA on Quarto HTML slides against a Beamer PDF benchmark using an iterative critic/fixer loop. A critic agent audits the rendered HTML across six hard gates — overflow, plot quality (interactive ≥ static), content parity, visual regression, slide centering, and verbatim math notation — then a fixer agent resolves findings in Critical → Major → Minor order before a re-audit. The loop converges when a round introduces zero new CRITICAL or MAJOR findings (deduplicated by location and finding type); a fallback cap of 5 rounds triggers user escalation with remaining issues. Per-round reports and a final summary are written to `quality_reports/`. Use this skill after a Beamer-to-Quarto translation run or whenever you need to confirm that an HTML slide deck fully matches its PDF source.
- #quarto
- #beamer
- #slide-automation
- #latex
- #html-pdf-parity
- #iterative-qa