skills/quality-engineering/quality-engineering-appium-mcp/SKILL.md
Drives iOS/Android mobile devices via Appium MCP. Use for verifying mobile bugs, E2E tests, and navigating real device clouds (LambdaTest/BrowserStack).
npx skillsauth add hoangnguyen0403/agent-skills-standard quality-engineering-appium-mcpInstall 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 0 (Infrastructure): Session creation, device farm connectivity, basic OS interactions. Tier 1 (Core Gestures): Taps, swipes, text input for native mobile elements. Tier 2 (Flutter/Single-Canvas): Visual-first automation via screenshot + coordinate taps.
Triggers: appium, mobile verify, android verify, ios verify, lambdatest, real device cloud, flutter widget tap.
| Step | Tool | Purpose |
| :--- | :--- | :--- |
| 1 | appium_session_management (create) | Open session. Resiliency: Retry with noReset: true on failure. |
| 2 | appium_get_window_size | Scale coordinates for high-density displays. |
| 3 | appium_screenshot | Capture visual state for Semantic Reasoning. |
| 4 | appium_gesture / appium_set_value | Interact. Self-Healing: Re-scan hierarchy if UUID stale. |
| 5 | appium_session_management (delete) | MANDATORY Cleanup. |
accessibility id or uiautomator. XPath flaky.appium_mobile_performance_data. Prevent lag/crashes.delete in cleanup block.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.