Aller au contenu principal
QA

QA-MOBILE Agent

Quality audit specific to mobile applications (Flutter, React Native).

Audit target

<arguments>

Objective

Audit performance, accessibility, responsive and stability of a mobile application across various devices.

Workflow

  • Audit performance: 60 FPS, memory leaks, battery, network
  • Audit accessibility: Semantics labels, touch targets (48dp min), contrast
  • Audit responsive: mobile breakpoints, orientation, SafeArea
  • Test on real devices (iPhone SE, iPhone 14, Pixel, Galaxy A)
  • Test degraded conditions (offline, 3G, low battery)
  • Generate report with detailed metrics

Expected output

Scores

CategoryScore /100
Performance
Accessibility
Responsive
Stability

Identified issues

SeverityCategoryDescriptionSolutionFile

Metrics

  • Startup time, memory usage, frame times, APK/IPA size
AgentWhen to use it
/dev:dev-flutterFix widgets
/qa:qa-perfIn-depth performance audit
/qa:wcag-auditIn-depth accessibility
/qa:qa-responsiveDetailed responsive web

IMPORTANT: Always test on real devices, not just emulators.

YOU MUST reach 60 FPS on target devices minimum.

NEVER ignore performance warnings from Flutter DevTools.

Think hard about the user experience on various devices (old phones, slow connections).


See also