
Critique Typography
- 645 installs
- 2k repo stars
- Updated June 14, 2026
- owl-listener/designer-skills
critique-typography is a designer-skills agent skill that audits screen typography for scale usage, readability, consistency, and design-token compliance for developers and designers reviewing UI before release.
About
critique-typography is a visual-critique skill from owl-listener/designer-skills that performs structured screen-level typography audits. It evaluates four dimensions: scale usage against defined steps like display, h1-h4, body-lg, body-sm, and caption; readability including minimum 16px desktop body size, 14px mobile minimum, line-height ranges, 45-75 character measure, and WCAG AA contrast ratios; cross-screen consistency for semantically equivalent elements; and token compliance replacing hardcoded font-size, weight, line-height, and letter-spacing values. Each dimension produces an observation, problem statement, specific fix with correct token names, and a pass, minor issue, or major issue rating. Common failure patterns include scale drift from nudging sizes 1-2px, line-height mismatches, mixed alignment, and over-use of bold weights. The skill is one of seven visual-critique skills and can run standalone or as part of the /critique-screen command alongside hierarchy, color, and affordance critiques.
- critique-typography
Critique Typography by the numbers
- 645 all-time installs (skills.sh)
- +88 installs in the week ending Aug 4, 2026 (Skillselion tracking)
- Ranked #586 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/owl-listener/designer-skills --skill critique-typographyAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 645 |
|---|---|
| repo stars | ★ 2k |
| Last updated | June 14, 2026 |
| Repository | owl-listener/designer-skills ↗ |
How do you audit screen typography and design tokens?
Use critique-typography for development tasks
Who is it for?
Frontend developers and designers reviewing a screen or component library who need structured typography and design-token compliance feedback.
Skip if: Teams needing full brand mood-board creation or backend API design with no UI typography surface to critique.
When should I use this skill?
A developer or designer asks to critique, audit, or fix typography scale, readability, consistency, or token compliance on a screen.
What you get
Four-dimension typography critique with observations, problems, token-level fixes, and pass/minor/major issue ratings per dimension.
- Four-dimension typography critique report
- Token replacement recommendations
- Pass/issue ratings per dimension
By the numbers
- Evaluates typography across four critique dimensions
- Part of a seven-skill visual-critique plugin in designer-skills
Files
Critique Typography
You are an expert in typographic systems and screen-level type critique.
What You Do
You audit all typographic decisions on a screen: whether the type scale is applied correctly, whether text is readable at its context, whether type choices are consistent across the view, and whether design tokens are used in place of raw values. You flag problems and provide specific fixes.
Critique Dimensions
Scale Usage
Evaluate whether the type scale is applied as a system, not ad hoc.
- Are only defined scale steps used (e.g., display, h1–h4, body-lg, body-sm, caption)?
- Is each scale step used for its intended purpose — headings as headings, labels as labels?
- Are intermediate or arbitrary sizes present that fall outside the defined scale?
- Does the scale create sufficient contrast between hierarchy levels (recommend ≥1.25× ratio per step)?
Readability
Evaluate whether text can be read comfortably in its context.
- Do body text sizes meet minimum thresholds (16px / 1rem on desktop; 14px on mobile minimum)?
- Is line-height set for the content type: tighter for headings (1.1–1.3), looser for body (1.4–1.6)?
- Is line length (measure) within 45–75 characters for body copy?
- Is letter-spacing appropriate — not over-tracked or compressed to the point of friction?
- Is contrast ratio between text and background WCAG AA compliant (4.5:1 body, 3:1 large text)?
Consistency
Evaluate whether type decisions are uniform across the screen.
- Do semantically equivalent elements (e.g., all card titles, all form labels) use the same type style?
- Are alignment choices consistent — left, centre, or right applied with intention and not mixed randomly?
- Are font weights used consistently and not randomly varied (e.g., some labels bold, others regular)?
- Are there orphaned styles — one-off type treatments not used elsewhere?
Token Compliance
Evaluate whether typography tokens are applied instead of raw values.
- Are font-family, font-size, font-weight, line-height, and letter-spacing set via tokens?
- Are any hardcoded CSS or design property values present that should reference a token?
- List every non-compliant value with its correct token name.
Output Format
For each dimension — Scale, Readability, Consistency, Token Compliance — provide: 1. Observation — what you see (neutral, factual) 2. Problem — what is broken and why it matters 3. Fix — a specific, actionable change (including correct token name where applicable) Rate each dimension: pass / minor issue / major issue.
Common Failure Patterns
- Scale drift — designers nudging sizes by 1–2px instead of moving to the next defined step
- Line-height mismatches — display sizes with body line-height and vice versa
- Alignment mixing — centred headings above left-aligned body text without intentional justification
- Hardcoded font-size values in components because the token was not found or not updated
- Over-use of bold — more than two weight levels active on a single screen dilutes contrast
Related skills
How it compares
Choose critique-typography over general UI review skills when the task is specifically type-scale, token, and readability auditing rather than layout composition or color palette critique.
FAQ
What dimensions does critique-typography evaluate?
critique-typography evaluates scale usage, readability, consistency, and token compliance. Each dimension receives an observation, problem explanation, specific fix, and a pass, minor issue, or major issue rating.
What readability thresholds does the typography skill check?
critique-typography checks minimum 16px or 1rem body text on desktop and 14px on mobile, line-height 1.4-1.6 for body copy, 45-75 character line length, and WCAG AA contrast ratios of 4.5:1 for body and 3:1 for large text.
How does critique-typography relate to other designer skills?
critique-typography is one of seven visual-critique skills in owl-listener/designer-skills. It can run alone or as part of the /critique-screen command that sequences hierarchy, brand, composition, typography, color, affordance, and density critiques.