What problem does it solve?
This skill provides a read-only audit of gnubok's mobile UX quality, scanning for touch targets, safe-area usage, responsive breakpoints, navigation patterns, input modes, and viewport configuration to ensure accessibility and usability on mobile devices.
Core Features & Use Cases
- Touch-target and tap-area validation: ensures targets meet WCAG AA guidance (≥44×44 CSS px) and adequate spacing.
- Safe-area and notch handling: verifies padding with env(safe-area-inset-*) to prevent content overlap.
- Viewport and responsive checks: validates meta viewport settings and mobile-first breakpoints in app layouts.
- Navigation patterns audit: ensures mobile navigation uses bottom tabs or hamburger with clear current-page indicators.
- Input mode recommendations: checks for appropriate input types and inputMode attributes for numeric amounts and dates.
Quick Start
Inspect the gnubok mobile UI by scanning app/, components/, and app/layout.tsx to surface mobile UX issues.