Loading...
Loading...
Audits web typography for punctuation, font selection, sizing, spacing, OpenType features, hierarchy, layout, typeface pairing, brand identity, and display type. Use when writing CSS/HTML for text, selecting or pairing typefaces, reviewing typography in web designs, configuring font-feature-settings, building a type system, or auditing typographic quality. Triggers on tasks involving font-family, font-size, line-height, letter-spacing, @font-face, font pairing, or typographic correctness.
npx skill4agent add mblode/agent-skills typography-auditAudit progress:
- [ ] Step 1: Scope changed surfaces and select relevant categories
- [ ] Step 2: Run CRITICAL checks (punctuation, font setup)
- [ ] Step 3: Run HIGH checks (sizing, spacing)
- [ ] Step 4: Run MEDIUM+ checks for remaining categories in scope
- [ ] Step 5: Report findings with file:line and concrete fixes| Priority | Category | Impact | Prefix | Rules |
|---|---|---|---|---|
| 1 | Punctuation & Special Characters | CRITICAL | | 12 |
| 2 | Font Selection & Weights | CRITICAL | | 10 |
| 3 | Sizing & Measure | HIGH | | 7 |
| 4 | Spacing & Rhythm | HIGH | | 10 |
| 5 | OpenType Features | MEDIUM-HIGH | | 8 |
| 6 | Hierarchy & Scale | MEDIUM-HIGH | | 8 |
| 7 | Alignment & Layout | MEDIUM | | 8 |
| 8 | Typeface Pairing | MEDIUM | | 10 |
| 9 | Brand & Identity | LOW-MEDIUM | | 8 |
| 10 | Display & Headlines | LOW-MEDIUM | | 8 |
rules/_sections.mdrules/<prefix>-*.mdrules/punct-smart-quotes.md
rules/font-true-styles.md
rules/size-line-height.md## Typography Audit Findings
### path/to/file.css
- [CRITICAL] `punct-smart-quotes`: Straight quotes used in heading text.
- Fix: Replace `"` with `“`/`”` entities.
### path/to/clean-file.css
- ✓ passfile:line✓ pass