OzeroHAX

testing-mobile

Mobile testing (native/hybrid/web, gestures, offline, interruptions)

OzeroHAX 33 6 Updated 3mo ago
GitHub

Install

npx skillscat add ozerohax/assistagents/testing-mobile

Install via the SkillsCat registry.

SKILL.md
Platforms and OS versions (iOS/Android) App type (native/hybrid/mobile web) Key user scenarios list Success criteria for each scenario Device/emulator list and priority Network constraints (2G/3G/LTE/Wi-Fi, offline) Supported languages and regions Environment constraints (feature flags, test environments) </input_requirements>



Install the latest build and verify the version
Prepare a clean profile (fresh install) if needed
Configure permissions (camera, location, notifications)
Record device, OS, language, and timezone
Enable log/console collection if available

Scenarios are reproducible on the specified device and OS version Cover touch/gesture interactions and system dialogs Verify behavior on orientation change Verify backgrounding/return and interruptions (call/notification) Verify behavior on network changes (offline/slow) Verify launch time and key performance metrics Record device-specific details in the result </execution_rules> Install/update/uninstall Auth and key user flows Permissions and system dialogs Offline/online and network degradation Orientation, keyboard, input Deep links and push notifications Expected outcome is unambiguous and verifiable Device, OS, build, and network are stated No duplicate checks across devices without a reason App data and state are recorded </quality_rules> Do not test production without permission Do not use real user data Do not rely only on emulators for sensors/camera Do not skip data cleanup between scenarios when needed </do_not> Verify login after rotation and returning from background Verify list loading on 4G -> offline -> 4G transition Verify location permission request and correct denial handling </example_checks>