Critique typography
Skill Infrasity-Labs/dev-gtm-claude-skills/.claude/skills/critique-typography
Critique a screen's typography — scale usage, readability, consistency, and token compliance.From its SKILL.md
npx -y skills add Infrasity-Labs/dev-gtm-claude-skills --skill critique-typographyAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
3.1 KB, 664 tokens by cl100k_base, as published. Nobody here has run it
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:
- Observation — what you see (neutral, factual)
- Problem — what is broken and why it matters
- 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
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.
Gives 0 of the 12 instructions most review quality skills give in 664 tokens
Counted across 1,273 of the 2,403 authors here whose files we hold, read 2026-09-06
- Ask one question at a timein 63 of 1273, across 62 files
- Provide a recommended answer for each questionin 47 of 1273, across 45 files
- Rank findings by severityin 44 of 1273
- Use parameterized queries for database accessin 38 of 1273, across 20 files
- Validate all user input with schemasin 33 of 1273, across 15 files
- Store secrets in environment variablesin 32 of 1273, across 14 files
- Explore the codebase to answer questionsin 31 of 1273, across 29 files
- Store tokens in httpOnly cookiesin 30 of 1273, across 12 files
- Implement rate limiting on API endpointsin 30 of 1273, across 12 files
- Sanitize user-provided HTMLin 29 of 1273, across 11 files
- Return generic error messages to usersin 28 of 1273, across 10 files
- Cite file and line for every findingin 28 of 1273, across 25 files
Said here and by no other author read
- Rate each dimension as pass, minor issue, or major issue
- Audit typographic decisions on the screen
- Evaluate type scale application
- Check readability against context
- Ensure design tokens replace raw values
- Flag problems and provide specific fixes
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.