skills/common/common-mobile-visual-testing/SKILL.md
Standardizes mobile UI audits, RTL verification, and state-specific testing on iOS/Android.
npx skillsauth add hoangnguyen0403/agent-skills-standard common-mobile-visual-testingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
[!IMPORTANT] Tier 2 (Methodology): Strategy mobile UI/UX audit. Tier 3 (Domain): i18n, A11y (Dynamic Type), Platform (Notch/RTL).
Analyze diff + answer:
| Change Type | Scenarios to Run | | :--- | :--- | | UI/Styling | Visual Audit + Dark Mode + QoS Check (CPU/Mem) | | Navigation | User Flow + Deep Link + Z-Order | | Lists/Grids | Scroll Test + Pagination + Empty State | | i18n/Locale | RTL + Truncate + Locale Logic | | Accessibility | Dynamic Type + High Contrast + Permission Reason |
| Scenario | Appium Tool |
| :--- | :--- |
| System Alert | appium_alert (check hierarchy first) |
| Performance | appium_mobile_performance_data (monitor during flow) |
| Visual Check | appium_screenshot (base/diff) |
| Layout Audit | appium_get_source (hierarchy/aria) |
appium_mobile_performance_data (scroll/video).appium_screenshot.appium_alert → accept/dismiss.development
Summarizes GitHub PR, GitLab MR, or Azure DevOps PR metadata, review threads, changed files, and template completeness. Use during review-ticket or code-review workflows when PR/MR context exists.
tools
Development tools, linting, and build config for TypeScript. Use when configuring ESLint, Prettier, Jest, Vitest, tsconfig, or any TS build tooling.
development
Validate input, secure auth tokens, and prevent injection attacks in TypeScript. Use when validating input, handling auth tokens, sanitizing data, or managing secrets and sensitive configuration.
development
Apply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings.