almasumdev

306 mods across 15 repositories, 16 stars between them.

database-testing

170

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Expert guidance on testing persistence layers (Room, SQLite, SQLDelight, Core Data, Drift, WatermelonDB) using in-memory databases and migration tests. Use when asked to test a DAO, a query, or a schema migration.

1 4mo ago A 51 tokens

integration-testing

171

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Expert guidance on integration tests that exercise the seams between layers (repo → network → DB → mapper) without the UI. Use when unit tests pass but a feature still breaks, or when a bug is only visible when multiple collaborators interact.

1 4mo ago A 50 tokens

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Expert guidance on detecting mobile performance regressions — startup time, frame jank, scroll performance, binary size — with baselines and noise-aware thresholds. Use when setting up perf gates in CI or when a release is suspected of regressing.

1 4mo ago A 53 tokens

coverage-measurement

174

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Measure code coverage honestly across mobile stacks — JaCoCo (JVM), llvm-cov (iOS), lcov (Flutter), Jest (RN) — and report it to Codecov / Coveralls without chasing meaningless numbers. Use when setting up coverage or when asked to raise a coverage gate.

1 4mo ago A 65 tokens

testing-in-ci

175

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Expert guidance on running mobile test suites in CI — matrix design, caching, sharding, artifacts, required checks — without paying for slow, flaky runs. Use when configuring GitHub Actions, GitLab CI, Bitrise, or Codemagic for mobile testing.

1 4mo ago A 57 tokens

accessibility-testing

176

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Expert guidance on automated and manual accessibility testing for mobile apps — Espresso AccessibilityChecks, XCTest accessibility audits, Flutter a11y guidelines, RN a11y assertions. Use when adding a11y coverage or when asked how to catch accessibility regressions in CI.

1 4mo ago A 55 tokens

snapshot-testing

177

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Expert guidance on snapshot / golden image testing across mobile stacks — Paparazzi (Android), swift-snapshot-testing (iOS), goldentoolkit (Flutter), and RN snapshot tests. Use when asked to lock down UI visuals or catch unintended rendering regressions.

1 4mo ago A 55 tokens

ui-testing-patterns

178

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Compare and apply UI test tooling across mobile — Espresso, XCUITest, fluttertest / integrationtest, Detox, and Maestro. Use when deciding which UI test layer fits a feature and how to structure selectors, waits, and page objects.

1 4mo ago A 53 tokens

mobile-unit-testing

179

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Expert guidance on writing fast, deterministic unit tests for mobile codebases across Kotlin, Swift, Dart, and TypeScript. Use when asked to structure unit tests, pick a runner, or apply the AAA pattern.

1 4mo ago A 46 tokens

mocking-strategies

180

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Guidance on choosing between fakes, stubs, and mocking libraries (MockK, Mockito, mocktail, ts-jest, Swift test doubles) for mobile unit tests. Use when asked to mock a collaborator or to decide which double to use.

1 4mo ago A 57 tokens

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Expert guidance on adding property-based tests to mobile codebases using kotest-property, SwiftCheck, glados (Dart), and fast-check (TS). Use when example-based tests feel incomplete or when testing parsers, serializers, and state machines.

1 4mo ago A 54 tokens

test-data-builders

182

almasumdev/awesome-mobile-testing-agent-skills

Skill Claude CodeCodex

Patterns for producing test data cleanly — builders, fixtures, and object mothers — across Kotlin, Swift, Dart, and TypeScript. Use when tests have noisy setup or when multiple tests drift on the "same" entity shape.

1 4mo ago A 51 tokens