بنقرة واحدة
qa-mobile
Run mobile QA checklist. Checks tap targets, overflow, accessibility, forms, and media on 375px viewport.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run mobile QA checklist. Checks tap targets, overflow, accessibility, forms, and media on 375px viewport.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | qa-mobile |
| description | Run mobile QA checklist. Checks tap targets, overflow, accessibility, forms, and media on 375px viewport. |
Run this checklist before any deploy. Test at 375px (iPhone SE) and 390px (iPhone 14) viewports.
document.documentElement.scrollWidth > window.innerWidth)Minimum size: 44×44px. Check every interactive element:
Fix pattern for text links: add py-2.5 block — gives 46px with text-body (26px line-height).
<form onSubmit> — NOT <div> + onClicktype="submit"<nav> elements have aria-labelalt textposter fallback imageprefers-reduced-motion (pause or hide if reduced)public/og-image.jpg)Review code for correctness, security, TypeScript quality, and performance. Run before any PR or deploy.
Write and review copy for this landing page. Enforces voice, tone, and specificity rules from DESIGN.md.
Implement UI components following the design system. Enforces token usage, component patterns, and motion rules.