mobile-qa-release

mobile-qa-release is a skill for Claude Code from suntay44/web-to-mobile-magic-plugin. It costs 42 tokens per session (696 once invoked), scanned A, original, MIT.

A release-check procedure for verifying a web app rebuilt as a mobile app. It records fresh evidence from code checks, builds, and available device tests before completion is claimed.

In plain words
What is it for?
Running lint, type checks, automated tests, Expo checks, build smoke tests, device checks, and manual checks for navigation, forms, authentication, storage, permissions, and error states.
Why use it?
It prevents untested mobile work from being marked finished and makes missing checks or known risks visible.

Skill for Claude Code

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

Part of the web-to-mobile plugin — 11 skills, 6 commands shipped together

Good fit Running lint, type checks, automated tests, Expo checks, build smoke tests, device checks, and manual checks for navigation, forms, authentication, storage, permissions, and error states.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/suntay44/web-to-mobile-magic-plugin/mobile-qa-release
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 suntay44/web-to-mobile-magic-plugin --skill mobile-qa-release
Clone the repo
git clone --depth 1 https://github.com/suntay44/web-to-mobile-magic-plugin

Made for: Claude Code.

Or install web-to-mobile, the plugin that ships this one along with the rest of its 11 skills, 6 commands.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/suntay44/web-to-mobile-magic-plugin/mobile-qa-release/github.svg)](https://agentmods.dev/skills/suntay44/web-to-mobile-magic-plugin/mobile-qa-release)
Your own site
<a href="https://agentmods.dev/skills/suntay44/web-to-mobile-magic-plugin/mobile-qa-release"><img src="https://agentmods.dev/badge/skills/suntay44/web-to-mobile-magic-plugin/mobile-qa-release/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-qa-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/suntay44/web-to-mobile-magic-plugin/mobile-qa-release"><img src="https://agentmods.dev/badge/skills/suntay44/web-to-mobile-magic-plugin/mobile-qa-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 696 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: 2 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 34
    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 34
    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.00042 $0.00696
Opus 5 $0.00021 $0.00348
Sonnet 5 $0.00008 $0.00139
Haiku 4.5 $0.00004 $0.00070

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

Security

Grade A, and why

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

skills/mobile-qa-release/SKILL.md · 81 lines

How it starts

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

Mobile QA Release

Verify before claiming the mobile migration is complete.

Verification Rules

Do not claim completion without fresh evidence. Paste each command, its exit code, and key output beneath the check — no ✅ without proof (see ../mobile-migration-plan/references/output-contracts.md). Work from the approved Markdown plan (under docs/web-to-mobile/ or docs/mobile-resume/ depending on the workflow) and the implementation changes. If no plan file exists, proceed with generic checks, note the absence in the report, and skip checklist update steps.

Run relevant checks from the plan and repo, such as:

  • Dependency install or resolution.
  • Lint.
  • Typecheck.
  • Unit tests.
  • Integration or component tests.
  • Expo start, export, build, or prebuild smoke check.
  • iOS simulator, Android emulator, browser preview, or physical-device smoke test when available.
  • Manual checks for navigation, auth, forms, API calls, storage, media, permissions, loading states, and error states.

Performance:

  • Run npx expo-doctor, npx expo install --check, and npx expo export for Expo projects. Compare per-platform JavaScript/assets against the project's recorded baseline or budget; if none exists, record a baseline without inventing a universal threshold.
  • Observe cold-start time on simulator or device; note if sluggish.
  • Spot-check scroll and transition FPS on list screens; note jank.
  • Confirm images are appropriately sized and not loading full-resolution web assets.

Accessibility:

  • Confirm every interactive element has an accessible name. Native text children may already provide one; add accessibilityLabel when the visible content does not describe the action (for example, icon-only controls).
  • Confirm text respects system font scaling (no fixed-height containers that clip scaled text).
  • Confirm accessibilityRole is set on custom interactive components.
  • Note any color-only information that may fail contrast requirements.

Responsive Layout:

Read the full file on GitHub · 81 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. 9d ago First seen · 81 lines · 42 tokens per session scan A 14c73291d89d

Subscribe to this mod's changes

mobile-qa-release is a skill published in the GitHub repository suntay44/web-to-mobile-magic-plugin (106 stars, last pushed today), licensed MIT. It adds 42 tokens to every session and 696 once invoked, about $0.0002 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-journey-testing

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

sickn33/agentic-awesome-skills · 27 tokens

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

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

flutter-add-integration-test

Configures Flutter Driver for app interaction and converts MCP actions into permanent integration tests. Use when adding integration testing to a project, exploring UI components via MCP, or automating user flows with the integrationtest package.

flutter/agent-plugins · 48 tokens