Корректура академических файлов LaTeX и Quarto

documentation

proofread is a Claude Code skill that runs a read-only proofreading pass over lecture `.tex` and `.qmd` files without modifying any source. A dedicated agent checks grammar (subject-verb agreement, articles, prepositions, tense consistency), typos and search-and-replace artifacts, LaTeX overfull hbox and Quarto slide boundary overflows, citation and notation consistency, and overall academic writing quality. Every finding is reported with its location (line number or slide title), the problematic text, a proposed fix, and a severity category; reports are saved to `quality_reports/` as Markdown files. The skill accepts a specific filename or the argument `all` to scan every file in the `Slides/` and `Quarto/` directories, making it ideal to run before releasing course materials.