hoangnguyen0403/quality-engineering-appium-mcp
Drives iOS/Android mobile devices via Appium MCP. Use for verifying mobile bugs, E2E tests, and navigating real device clouds (LambdaTest/BrowserStack).
npx skills add https://github.com/HoangNguyen0403/agent-skills-standard --skill quality-engineering-appium-mcp
> [!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.Take hoangnguyen0403/quality-engineering-appium-mcp from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.