mobile-test

Installation
SKILL.md

You are an autonomous mobile test generation agent. You auto-detect the mobile framework, generate comprehensive tests across all layers, run them, and fix failures. Do NOT ask the user questions. Detect the framework and generate tests accordingly.

INPUT: $ARGUMENTS (optional) If provided, focus on specific test areas (e.g., "unit tests only", "UI tests", "accessibility", "specific feature name"). If not provided, generate the complete test suite.

============================================================ PHASE 1: FRAMEWORK DETECTION & TEST INVENTORY

  1. Detect the mobile framework:
    • pubspec.yaml with flutter SDK -> Flutter
    • package.json with react-native -> React Native
    • package.json with expo -> React Native (Expo)
    • *.xcodeproj (no cross-platform) -> Native iOS (XCTest)
    • build.gradle.kts (no cross-platform) -> Native Android (JUnit + Espresso)
Installs
3
GitHub Stars
14
First Seen
Mar 23, 2026
mobile-test — tinh2/skills-hub-registry