mobile-testing

mobile-testing is a skill for Claude Code from arozumenko/sdlc-skills. It costs 80 tokens per session (11,755 once invoked), scanned A, original, MIT.

A testing guide for mobile applications, including native iOS and Android apps, hybrid apps, and mobile web pages. It supports profiling, writing and sizing test cases, running tests, guiding manual checks, and reporting results.

In plain words
What is it for?
Use it to profile an app, author and estimate mobile test cases, run suites or individual tests through Appium, Mobitru, or mobile browser views, and produce mobile test reports.
Why use it?
It gives mobile testers one process for handling different app types and testing environments instead of adapting a desktop web-testing workflow each time.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sdlc-skills plugin — 53 skills shipped together

Good fit Use it to profile an app, author and estimate mobile test cases, run suites or individual tests through Appium, Mobitru, or mobile browser views, and produce mobile test reports.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/arozumenko/sdlc-skills/mobile-testing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add arozumenko/sdlc-skills --skill mobile-testing
Clone the repo
git clone --depth 1 https://github.com/arozumenko/sdlc-skills

Made for: Claude Code.

Or install sdlc-skills, the plugin that ships this one along with the rest of its 53 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mobile-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/arozumenko/sdlc-skills/mobile-testing/github.svg)](https://agentmods.dev/skills/arozumenko/sdlc-skills/mobile-testing)
Your own site
<a href="https://agentmods.dev/skills/arozumenko/sdlc-skills/mobile-testing"><img src="https://agentmods.dev/badge/skills/arozumenko/sdlc-skills/mobile-testing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mobile-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/arozumenko/sdlc-skills/mobile-testing"><img src="https://agentmods.dev/badge/skills/arozumenko/sdlc-skills/mobile-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 11,755 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 5 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 187
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 628
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 949
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 1022
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • medium MCP Rug Pull · line 629
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00080 $0.11755
Opus 5 $0.00040 $0.05878
Sonnet 5 $0.00016 $0.02351
Haiku 4.5 $0.00008 $0.01175

Measured 9d ago against content hash c6f4b237f5e4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

mobile-testing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

bundles/manual-qa/skills/mobile-testing/SKILL.md · 1,160 lines

How it starts

The opening of the file, as written. The whole thing — 1,160 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Mobile Testing

Add-on skill for all manual-qa agents. Augments app-profiler, test-author, test-sizer, test-run-lead, test-runner, and test-reporter to handle native iOS/Android apps (via Appium MCP or Mobitru device farm) and PWA/hybrid apps (via Playwright mobile viewport).

When to Use Each Section

Situation Agent Section
Profile / onboard a mobile app app-profiler Part 1
Author mobile test cases test-author Part 2
Size mobile test cases (S/M/L) test-sizer Part 3
Run a mobile test suite test-run-lead Parts 4–5
Execute one mobile TC test-runner Part 6
runner_mode = manual → guide test-runner Part 7
Generate mobile run report test-reporter Part 8

Part 1 — Mobile App Profiling

Trigger: app-profiler is asked to profile a native iOS/Android or PWA/hybrid app.

Apply this section instead of (or in addition to) the standard web-profiling flow when the app is native (iOS/Android APK/IPA, React Native, Flutter, Swift, Kotlin) or when the user provides an APK/IPA file path.

Check for Existing Profile

Read .agents/manual-qa/app_profile.md if it exists. If it does — say "I found an existing profile for {app_name}. I'll update it." Use its content as a starting point; don't re-ask answered questions.

Phase 1 — Interview

Ask all at once:

To set up your mobile app profile I need a few things:

  1. App name (as it appears on the device)
  2. What does it do? (2-3 sentences)
  3. Platform: iOS, Android, or both?
  4. App type: Native (Swift/Kotlin/React Native/Flutter), PWA, or Hybrid?
  5. Build file: Do you have an APK (Android) or IPA (iOS) file path? Or a simulator/emulator already running? (If no file: TestFlight link, Firebase link, or public URL for PWA?)
  6. Login required? Auth method: email+password / OAuth / biometrics / magic link?
  7. Test credentials (if login required)
  8. 3-5 key flows to test
  9. User roles with different permissions?
  10. System permissions needed? (location, camera, notifications, contacts)
  11. External services in any flow? (email OTP, SMS, payment — I'll mark these manual-only)

Read the full file on GitHub · 1,160 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 1,160 lines · 80 tokens per session scan A c6f4b237f5e4

Subscribe to this mod's changes

mobile-testing is a skill published in the GitHub repository arozumenko/sdlc-skills (20 stars, last pushed 4d ago), licensed MIT. It adds 80 tokens to every session and 11,755 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

android_ui_verification

Automated end-to-end UI testing and verification on an Android Emulator using ADB.

sickn33/agentic-awesome-skills · 22 tokens

solopi-ai

A command-line framework for testing Android apps and devices with SoloPi, including on-device or cloud AI decision models. It manages devices, test cases, recorded interactions, replays, performance history, and evidence.

alipay/SoloPi · 127 tokens

agent-device

Automates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where supported, driving TV remotes, tapping, typing, scrolling, extracting UI info, collecting evidence, or planning agent-device CLI commands.

callstack/agent-device · 69 tokens

ios-simulator

Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.

callstack/agent-device · 69 tokens

dogfood

Systematically explore and test a mobile app on iOS/Android with agent-device to find bugs, UX issues, and other problems. Use when asked to dogfood, QA, exploratory test, find issues, bug hunt, or test this app on mobile.

callstack/agent-device · 55 tokens

eas-simulator

EAS service (paid). Run and control a user's app on a remote iOS/Android simulator hosted on EAS cloud. Read before running any eas simulator: commands - it has the current syntax for this experimental API. Use whenever the user needs a simulator they can't run locally - 'run my app on a cloud simulator', 'use eas…

expo/skills · 249 tokens