review

Installation
SKILL.md

Universal Review

Auto-detect file format and launch the right review agents in parallel. Read-only — no fixes applied.

Format Detection

Determine file type from extension:

  • .tex → Beamer LaTeX slides
  • .qmd → Quarto RevealJS slides
  • .typ → Typst document (slides, docs, guides, CVs)
  • .py → Python script
  • .md → Markdown

For .typ files, also detect document type from content:

  • Contains #import "@preview/polylux" or #import "@preview/touying" → Typst slides
  • Contains #import "@local/qk" → Uses qk component library
  • Contains #set page(width: 16cm, height: 9cm) or similar → Presentation
  • Otherwise → Typst document (guide, essay, CV, etc.)
Related skills
Installs
2
GitHub Stars
2
First Seen
Mar 10, 2026