android-e2e-readiness

android-e2e-readiness is a skill for Claude Code, Codex from shenyuexin/mobile-e2e-mcp. It costs 57 tokens per session (1,684 once invoked), scanned A, original, MIT.

A guide for making Android end-to-end tests dependable across Compose and traditional View screens. End-to-end tests operate the app like a user and verify complete flows.

In plain words
What is it for?
Use it to diagnose flaky Android tests, missed taps, repeated labels, weak element identifiers, and flows that only work after restarting.
Why use it?
It helps separate problems with screen readiness, reset behavior, or element identification from simple timing issues, including on hybrid screens.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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.

agentmods
npx agentmods add skills/shenyuexin/mobile-e2e-mcp/android-e2e-readiness
Any agent
npx skills add shenyuexin/mobile-e2e-mcp --skill android-e2e-readiness
Clone the repo
git clone --depth 1 https://github.com/shenyuexin/mobile-e2e-mcp

Made for: Claude Code, Codex.

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 android-e2e-readiness

README.md
[![agentmods](https://agentmods.dev/badge/skills/shenyuexin/mobile-e2e-mcp/android-e2e-readiness.svg)](https://agentmods.dev/skills/shenyuexin/mobile-e2e-mcp/android-e2e-readiness)
Your own site
<a href="https://agentmods.dev/skills/shenyuexin/mobile-e2e-mcp/android-e2e-readiness"><img src="https://agentmods.dev/badge/skills/shenyuexin/mobile-e2e-mcp/android-e2e-readiness.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,684 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00057 $0.01684
Opus 5 $0.00028 $0.00842
Sonnet 5 $0.00011 $0.00337
Haiku 4.5 $0.00006 $0.00168

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

Security

Grade A, and why

android-e2e-readiness 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 6d 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.

skills/android-e2e-readiness/SKILL.md · 188 lines

How it starts

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

Android E2E Readiness

Overview

Use this skill after the shared baseline when the problem is clearly Android-specific. The goal is to turn vague “Compose timing” or “weak selector” debates into Android-specific contract fixes around entry/reset, stable hooks, hybrid ownership, ready-state visibility, and blocked-state interpretation.

When to Use

  • Android-only mobile E2E is flaky
  • Compose screens look correct but taps miss or do nothing
  • View screens rely on repeated labels or weak ids
  • Hybrid Compose/View screens are hardest to diagnose
  • Restarting a flow makes it pass and the team is debating timing vs selector

Do not use this before the baseline skill when the problem is still cross-platform and the team lacks shared readiness vocabulary.

Inheritance Rule

This skill extends mobile-e2e-readiness-baseline.

Do not redefine the shared contract terms:

  • deterministic entry
  • stable locators
  • ready / busy / blocked state
  • reset semantics
  • transition stability
  • evidence hooks
  • remediation path

Instead, answer what they mean on Android.

Quick Reference

Android layer Question to ask first Typical app-side fix
Entry / reset Is the flow reproducible from a stable Android entry path? Fix deep link / intent entry and reset assumptions
Compose hooks Are critical nodes addressable by testTag and semantics? Add stable tags and state/role exposure
View hooks Are actions addressable by stable resource-id / useful contentDescription? Add durable ids and reduce repeated-label ambiguity
Hybrid ownership Is one target clearly owned across Compose/View boundaries? Define one actionable owner and one stable hook
State visibility Can automation tell ready from busy or blocked? Expose actionable ready-state and blocker signals
Blocked state Could dialogs, sheets, OEM blockers, or protected states be present? Surface blocked-vs-ready explicitly before tuning waits

Symptom → Next Action

Read the full file on GitHub · 188 lines

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. 6d ago First seen · 188 lines · 57 tokens per session scan A eb100c18eb13

Subscribe to this mod's changes

android-e2e-readiness is a skill published in the GitHub repository shenyuexin/mobile-e2e-mcp (2 stars, last pushed 3mo ago), licensed MIT. It adds 57 tokens to every session and 1,684 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

Appium Mobile Testing

Mobile application testing skill using Appium for iOS and Android, covering device capabilities, selectors, gestures, and cross-platform testing strategies.

PramodDutta/qaskills · 32 tokens

zmr-mobile-testing

Use when testing mobile apps with Zeno Mobile Runner, integrating app-local .zmr setup, driving Android or iOS simulator scenarios, using JSON-RPC or MCP agent sessions, exporting traces, or comparing mobile runner benchmarks.

johnmikel/zeno-mobile-runner · 50 tokens

android-ui-journey-testing

XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.

sickn33/agentic-awesome-skills · 27 tokens

solopi-ai

通过 SoloPi 的机器可读 CLI 编译和执行 AI 验证计划,管理签名端侧 ExecuTorch 决策模型、持久设备池、无人值守任务、安卓设备、应用、动作、配置、用例步骤与交互录制、回放及性能历史、动态 Agent、批量与重复执行、性能监控、压力测试和证据。适用于需求/AC 到 Result Judge 三态结论、cloud/on-device 决策切换、模型发布门禁,以及 generation 租约的多设备 CI 执行。.

alipay/SoloPi · 127 tokens

argent-test-ui-flow

Autonomously test an app UI (iOS or Android) by running interact-screenshot-verify loops using argent MCP tools. Use when testing UI flows, verifying login works, testing navigation, running end-to-end UI test scenarios, manual QA steps, visible UI changes, or visual behavior.

software-mansion/argent · 64 tokens

mobile-automation

Control Android and iOS devices, emulators and simulators — launch apps, tap, swipe, type, take screenshots, read the accessibility tree. Use when a task involves a mobile device or app, mobile UI testing, or reproducing a bug on a phone.

mobile-next/mobile-mcp · 58 tokens