
Visual Audit
- 46 installs
- 1.4k repo stars
- Updated June 10, 2026
- pedrohcgs/claude-code-my-workflow
Helps with security tasks.
About
visual-audit is a Claude Code skill for security. It helps solo builders move faster with AI-assisted development.
- visual-audit
- Security
- AI-coding skill
Visual Audit by the numbers
- 46 all-time installs (skills.sh)
- +3 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #1,359 of 2,203 Security skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/pedrohcgs/claude-code-my-workflow --skill visual-auditAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 46 |
|---|---|
| repo stars | ★ 1.4k |
| Last updated | June 10, 2026 |
| Repository | pedrohcgs/claude-code-my-workflow ↗ |
What it does
Helps with security tasks.
Files
Visual Audit of Slide Deck
Perform a thorough visual layout audit of a slide deck.
Steps
1. Read the slide file specified in $ARGUMENTS
2. For Quarto (.qmd) files:
- Render with
quarto render Quarto/$ARGUMENTS - Open in browser to inspect each slide
3. For Beamer (.tex) files:
- Compile and check for overfull hbox warnings
4. 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
5. Produce a report organized by slide with severity and recommendations
6. 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)