pedrohcgs/claude-code-my-workflow

visual-audit

Adversarial visual-layout audit of a Quarto `.qmd` or Beamer `.tex` deck.

First seen Feb 19, 2026

Installation

$ npx skills add pedrohcgs/claude-code-my-workflow --skill visual-audit

Summary

  • Adversarial visual-layout audit of a Quarto `.qmd` or Beamer `.tex` deck.
  • Flags overflow, font inconsistency, box fatigue, spacing, and alignment issues.
  • Use when user says "visual audit", "check the layout", "does this overflow?", "look for visual issues", "audit the slides", or after reworking a deck's appearance.
  • Does NOT check writing or pedagogy — pair with `/proofread` or `/pedagogy-review`.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from pedrohcgs/claude-code-my-workflow · top by installs.

npx skills add pedrohcgs/claude-code-my-workflow

Browse all from pedrohcgs/claude-code-my-workflow

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.6K
License LICENSE
Default branch main
Open issues 3
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Grep, Glob, Write, Agent, Task
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,635 B
  • docs SUMMARY.md 422 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 49 installs

SKILL.md

Visual Audit of Slide Deck

Perform a thorough visual layout audit of a slide deck.

Steps

  1. Read the slide file specified in $ARGUMENTS
  1. For Quarto (.qmd) files:

- Render with quarto render Quarto/$ARGUMENTS - Open in browser to inspect each slide

  1. For Beamer (.tex) files:

- Compile and check for overfull hbox warnings

  1. Audit every slide for:

OVERFLOW: Content exceeding slide boundaries FONT CONSISTENCY: Inline font-size overrides, inconsistent sizes BOX FATIGUE: 2+ colored boxes on one slide, wrong box types SPACING: Missing negative margins, missing fig-align LAYOUT: Missing transitions, missing framing sentences, semantic colors

  1. Produce a report organized by slide with severity and recommendations
  1. Follow the spacing-first principle:

1. Reduce vertical spacing with negative margins 2. Consolidate lists 3. Move displayed equations inline 4. Reduce image/SVG size 5. Last resort: font size reduction (never below 0.85em)