# Type Audit

> Typography-only audit covering font selection, type scale, readability, hierarchy, and performance. Use when the user asks to audit typography, run a typography or type audit, review fonts, fix their fonts, or work on the type system.

- Skill: `aboudjem/type-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add aboudjem/type-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aboudjem/type-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: aboudjem (https://skillmd.com/u/aboudjem)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aboudjem/type-audit

---


# /type-audit: Typography System Audit

Focused audit of the project's typography system.

## Flow

1. Extract typography values with `uiux_extract_typography`
2. Detect type scale (mathematical ratio or random)
3. Evaluate font choice, pairing, readability, hierarchy
4. Check performance (font loading, number of weights)
5. Generate improved type system with `uiux_generate_type_scale`
6. Output complete type token system

## Output

- Current type inventory (fonts, sizes, weights, line heights)
- Scale detection result
- Readability score
- Recommended type system (font, scale, hierarchy)
- Fluid typography values (clamp())
- Performance recommendations

