Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Validates viewport meta configuration, responsive design, font sizes, touch target sizes, and mobile-hostile patterns. Use when checking mobile-friendliness or fixing mobile rendering issues.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -53% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-12 | ✗→✓ | ▲ Improved | -42% | 0% |
Audit the page for mobile-friendliness.
| Check | Status | |---|---| | Missing <meta name="viewport"> | ❌ FAIL "Page will not render correctly on mobile" | | Present but missing width=device-width | ⚠️ WARN | | Contains user-scalable=no or maximum-scale=1 | ⚠️ WARN "Disabling zoom hurts accessibility" | | Properly configured | ✅ PASS |
Scan all elements with inline style="..." for width: Npx:
width > 500px → ⚠️ WARN "May cause horizontal scrolling on mobile"Scan inline styles for font-size: Npx:
font-size < 12px → ⚠️ WARN "Difficult to read on mobile"Check interactive elements (<a>, <button>, <input type="submit">, <input type="button">) with inline height style:
height < 48px → ⚠️ WARN "Too small for touch targets"overflow-x: hidden or overflow: hidden → ⚠️ WARN "Verify content is not clipped on mobile"<link rel="stylesheet" media="..."> found → ✅ PASS "Media-query-specific stylesheets found"<table> elements → ⚠️ WARN "Tables can be difficult to read on mobile. Consider responsive table patterns"display: none or visibility: hidden should be excluded from touch target checksuser-scalable=no — flag as ⚠️ WARN but note contextOther measured skills in the registry, with their headline benchmark lift.