gesture-testing

Diagnose touch gesture issues in MobiSSH using Appium automated testing.

2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/flavordrake/mobissh --skill gesture-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gesture-testing
Source: https://github.com/flavordrake/mobissh/tree/main/.claude/skills/gesture-testing
Command: npx skills add https://github.com/flavordrake/mobissh --skill gesture-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill helps developers and testers diagnose and fix problems related to touch gestures and input handling within the MobiSSH application, ensuring a smooth user experience on mobile devices.

Core Features & Use Cases

  • Gesture Debugging: Analyze why touch gestures like scrolling, swiping, or pinching are not working as expected.
  • Input Handling Analysis: Identify conflicts or errors in how touch events are captured and processed by the application.
  • Use Case: When a user reports that swiping between tmux windows on their phone is not working, this Skill can be invoked to systematically test and diagnose the gesture's behavior.

Quick Start

Use the gesture-testing skill to diagnose why scrolling is not working on the emulator.

Frequently Asked Questions about gesture-testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug touch gestures not working on an Android emulator?

Debug touch gestures on an Android emulator by tracing input event handling and gesture recognition. This Skill systematically diagnoses scrolling, swiping, and pinching behaviors to identify handler conflicts causing input failures.

Why does touch event propagation fail when swiping between tmux windows on mobile?

Touch event propagation fails when swiping tmux windows due to conflicts in how input events are captured and processed. This Skill traces event propagation across mobile interfaces to resolve cross-platform touch behavior issues.

Do I need Appium to test gesture recognition on mobile devices?

Yes, Appium integration is required for automated testing of gesture recognition. This Skill uses Appium instrumentation to trace event propagation and detect handler conflicts across emulators and physical devices.

What's the best way to diagnose cross-platform touch behavior inconsistencies?

Diagnose cross-platform touch behavior inconsistencies by analyzing input event handling and instrumentation traces. This Skill identifies event capture errors and handler conflicts across emulators and devices to ensure consistent touch interactions.

Can I use this to find input handler conflicts in a mobile interface?

Yes, you can find input handler conflicts by analyzing how touch events are captured and processed. This Skill traces event propagation within the mobile interface to identify errors in touch event handling and resolution.