mobile-testing

mobile-testing is a skill for Claude Code, Codex from ihatesea69/kiro-kit. It costs 31 tokens per session (294 once invoked), scanned A, original, MIT.

A guide to testing Flutter and React Native mobile apps. It covers tests for individual widgets or components, full user flows, and visual snapshots that catch unwanted screen changes.

In plain words
What is it for?
Use it to write unit and component tests, integration and E2E tests, golden or snapshot tests, mocked native modules, and device-size checks.
Why use it?
It helps find broken navigation, platform integrations, offline behaviour, and visual regressions before users encounter them.

Skill for Claude CodeCodex

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/ihatesea69/kiro-kit/mobile-testing
Any agent
npx skills add ihatesea69/kiro-kit --skill mobile-testing
Clone the repo
git clone --depth 1 https://github.com/ihatesea69/kiro-kit

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/mobile-testing.svg)](https://agentmods.dev/skills/ihatesea69/kiro-kit/mobile-testing)
Your own site
<a href="https://agentmods.dev/skills/ihatesea69/kiro-kit/mobile-testing"><img src="https://agentmods.dev/badge/skills/ihatesea69/kiro-kit/mobile-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 294 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 $0.00031 $0.00294
Opus 5 $0.00015 $0.00147
Sonnet 5 $0.00006 $0.00059
Haiku 4.5 $0.00003 $0.00029

Measured yesterday against content hash cec8a03da17e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 yesterday.

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.

.kiro/skills/mobile-testing/SKILL.md · 44 lines

What it actually says

Mobile Testing

Activate this skill when writing or running tests for mobile applications.

When to Use

  • Writing widget/component tests
  • Implementing integration tests
  • Setting up golden (snapshot) tests
  • Testing navigation flows
  • Mocking platform channels or native modules
  • Testing offline behavior

Flutter Testing

  • Widget tests: flutter test with WidgetTester
  • Integration tests: flutter test integration_test/
  • Golden tests: matchesGoldenFile for visual regression
  • Use mockito or mocktail for dependency mocking
  • Use bloc_test for BLoC testing
  • Test with different screen sizes using binding.window

React Native Testing

  • Unit tests: Jest with @testing-library/react-native
  • Component tests: render and query by accessibility labels
  • Integration tests: Detox for E2E
  • Mock native modules in jest.setup.js
  • Snapshot tests for visual regression

Rules

  • Test behavior, not implementation details
  • Mock platform dependencies, not business logic
  • Golden tests need baseline images committed to repo
  • Integration tests should run on CI with emulators
  • Cover critical user flows with integration tests
  • Keep unit tests fast (under 1 second each)
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. yesterday First seen · 44 lines · 31 tokens per session scan A cec8a03da17e

Subscribe to this mod's changes

mobile-testing is a skill published in the GitHub repository ihatesea69/kiro-kit (18 stars, last pushed 16d ago), licensed MIT. It adds 31 tokens to every session and 294 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-09-03.

Related

Other skills, from other repositories