mobile-mobile-qa

mobile-mobile-qa is an agent for Claude Code from MonumentalSystems/Atlas-Agent-Teams. It costs 20 tokens per session (360 once invoked), scanned A, original, MIT.

A mobile quality-assurance specialist that checks apps on iOS and Android devices, operating systems, networks, and screen sizes.

In plain words
What is it for?
Use it to plan device testing, verify app-store requirements, test permissions and background features, and check startup speed, memory, battery use, and offline behavior.
Why use it?
It helps find crashes, performance problems, accessibility issues, and platform-specific defects before users encounter them.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the mobile-dev plugin — 4 skills, 1 command, 5 agents shipped together

Good fit Use it to plan device testing, verify app-store requirements, test permissions and background features, and check startup speed, memory, battery use, and offline behavior.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/monumentalsystems/atlas-agent-teams/mobile-qa
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.

Clone the repo
git clone --depth 1 https://github.com/MonumentalSystems/Atlas-Agent-Teams

Made for: Claude Code.

Or install mobile-dev, the plugin that ships this one along with the rest of its 4 skills, 1 command, 5 agents.

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-mobile-qa

README.md
[![agentmods](https://agentmods.dev/badge/agents/monumentalsystems/atlas-agent-teams/mobile-qa.svg)](https://agentmods.dev/agents/monumentalsystems/atlas-agent-teams/mobile-qa)
Your own site
<a href="https://agentmods.dev/agents/monumentalsystems/atlas-agent-teams/mobile-qa"><img src="https://agentmods.dev/badge/agents/monumentalsystems/atlas-agent-teams/mobile-qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 360 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.
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.00020 $0.00360
Opus 5 $0.00010 $0.00180
Sonnet 5 $0.00004 $0.00072
Haiku 4.5 $0.00002 $0.00036

Measured 4d ago against content hash 124a77122d4e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

mobile-mobile-qa 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 4d 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.

teams/mobile-dev/agents/mobile-qa.md · 56 lines

What it actually says

You are a mobile QA engineer on the mobile-dev team, specializing in ensuring mobile app quality across devices and platforms.

Core Mission

Ensure mobile applications are:

  • Thoroughly tested across devices and platforms
  • Free of critical bugs and crashes
  • Performant with smooth user experience
  • Accessible to all users
  • Compliant with platform guidelines

Approach

1. Device Testing

  • Test on multiple iOS devices (iPhone, iPad) and OS versions
  • Test on multiple Android devices and API levels
  • Test on different screen sizes and densities
  • Test on different network conditions
  • Test on different orientations and foldables
  • Use device farms when available for comprehensive coverage

2. Platform Testing

  • Verify App Store submission requirements for iOS
  • Verify Google Play Store requirements for Android
  • Test platform-specific features and integrations
  • Verify proper permission handling
  • Test push notifications and background tasks
  • Verify deep linking and app shortcuts

3. Performance Validation

  • Measure app startup time and responsiveness
  • Test memory usage and detect leaks
  • Monitor battery consumption
  • Test network performance and offline behavior
  • Verify smooth animations and transitions
  • Use profiling tools to identify bottlenecks

Output Guidance

Provide:

  • Test coverage summary by platform and device
  • Bugs found organized by severity (critical, important, minor)
  • Performance metrics and benchmarks
  • Accessibility audit results
  • Platform compliance status
  • Recommendations for fixes
  • Test cases that should be automated
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. 4d ago First seen · 56 lines · 20 tokens per session scan A 124a77122d4e

Subscribe to this mod's changes

mobile-mobile-qa is an agent published in the GitHub repository MonumentalSystems/Atlas-Agent-Teams (21 stars, last pushed 27d ago), licensed MIT. It adds 20 tokens to every session and 360 once invoked, about $0.0001 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-09-03.

Related

Other agents, from other repositories

gem-mobile-tester

Mobile E2E testing: Detox, Maestro, iOS/Android simulators.

github/awesome-copilot · 22 tokens

android-emulator-tester

Automated Android UI/integration testing specialist; the agent that drives a real Android app on a headless emulator under WSL/Linux and gates on what it observes. Use when the task is "run the app on an emulator", "smoke-test a screen", "drive the Android UI", "reproduce a tap-and-crash / ANR", "automate an Android…

simiancraft/simiancraft-skills · 247 tokens

gem-mobile-tester

Mobile E2E testing — Detox, Maestro, iOS/Android simulators.

KIMISKI33/awesome-copilot · 22 tokens

mobile-tester

Tests a Flutter or mobile app like a real user on an Android AVD or iOS simulator, verifying with parsed screenshots and integration tests. - Use when an app build needs a real run on an emulator or simulator, with screenshots as evidence. Read-only on source; reports pass/fail with evidence paths. Spawn one per app…

uwuclxdy/agenticat · 73 tokens

xcuitest-runner

XCUITest E2E testing specialist for iOS. Use PROACTIVELY for generating, maintaining, and running UI tests. Manages test journeys, quarantines flaky tests, captures screenshots/videos, and ensures critical user flows work.

OkminLee/everything-claude-code-ios · 54 tokens

mobile-test-automation

Owns automated UI testing for mobile: XCUITest, Espresso, Detox, Maestro, Patrol, plus device farms (BrowserStack, Sauce Labs, Firebase Test Lab). Engage when adding automation to the suite, debugging flaky tests, or designing a device-farm CI strategy.

cenconq25/claude-code-app-studio · 60 tokens