MO

mobile-ux-review

A systematic workflow to audit and improve mobile UX, including support for Arabic/RTL parity and accessibility.

Install

mkdir -p .claude/skills/mobile-ux-review && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/16580" && unzip -o skill.zip -d .claude/skills/mobile-ux-review && rm skill.zip

Installs to .claude/skills/mobile-ux-review

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use for mobile-first redesigns, tracker UX work, homepage/calculator/shops polish, Arabic/RTL mobile review.
108 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Improve mobile UX systematically
  • Establish performance baselines with screenshots
  • Apply page-specific checklists
  • Apply cross-cutting checklists for tokens, RTL mobile, accessibility
  • Implement changes in coherent commits
  • Report with screenshot pairs and Lighthouse delta

How it works

The skill systematically improves mobile UX by establishing baselines, applying checklists, implementing changes, and reporting results with screenshot comparisons and performance metrics.

Inputs & outputs

You give it
Scope of pages, target viewports, RTL/Arabic parity requirement, performance baseline
You get back
Mobile UX review report with before/after screenshots and Lighthouse delta

When to use mobile-ux-review

  • Audit homepage mobile responsiveness
  • Check RTL parity for Arabic localization
  • Debug sticky control regressions on mobile
  • Validate mobile keyboard and input behavior

About this skill

Skill: Mobile UX Review

Use this to systematically improve mobile UX without breaking Arabic/RTL parity or accessibility.

Inputs to gather

  • Which pages are in scope (homepage, tracker, calculator, shops, methodology, country pages)
  • Target viewports (default: 360, 390, 430, 768)
  • Whether RTL/Arabic parity is part of the scope (default: yes)
  • Performance baseline (current Lighthouse mobile scores from docs/performance-baseline.json)

Workflow

  1. Establish baseline. Take "before" screenshots at each target viewport, EN + AR.
  2. Apply page-specific checklist (below).
  3. Apply cross-cutting checklists: tokens, RTL mobile, accessibility.
  4. Implement changes in coherent commits — token first, then surface, then page.
  5. Take "after" screenshots at same viewports.
  6. Run npm run lint, npm run validate, npm test. Optionally npm run a11y.
  7. Report with screenshot pairs + Lighthouse delta.

Checklists in this skill

Common mistakes

  • Polishing desktop and shipping; mobile regresses.
  • Adding sticky bars that overlap the chart on 360px.
  • Translating English-shaped copy as Arabic (run it past a native speaker or simplify).
  • Forgetting inputmode on numeric inputs.
  • Reducing font sizes to "fit" mobile (use truncation + tooltips, not font shrinks).
  • Removing the freshness pill to "declutter" — that's a trust violation.

Final report template

# Mobile UX Review — <scope>

## Pages
- <page>: before / after screenshots at 360 / 390 / 430 / RTL-360

## Changes
- Token: <e.g. consolidated card padding into --space-card>
- Component: <e.g. nav drawer rebuilt with <details>>
- Page: <e.g. tracker hero rebalanced; karat strip scannable at 360px>

## Verification
- `npm run lint` PASS
- `npm test` PASS
- `npm run validate` PASS
- Lighthouse mobile: <before>/<after> for LCP, CLS, TBT
- RTL: verified at <viewports>

## Follow-ups
- <e.g. consider rebuilding calculator inputs as bottom-sheet on mobile>

When not to use it

  • When a page does not feel cramped, slow, or unusable on a real phone
  • When not shipping a redesign that needs a mobile-first audit
  • When not performing an Arabic/RTL parity check

Limitations

  • Requires inputs such as pages in scope, target viewports, and performance baseline.
  • Does not automatically fix common mistakes like polishing desktop and shipping.

How it compares

This skill provides a structured workflow for mobile UX review, including specific checklists and reporting, which is more complete than a general mobile responsiveness check.

Compared to similar skills

mobile-ux-review side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
mobile-ux-review (this skill)03moNo flagsIntermediate
audit03moNo flagsIntermediate
frontend-developer274moNo flagsIntermediate
web-coder03moNo flagsBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry