Use when a Maestro test-android run has failed and a structured per-flow diagnosis is needed without bloating the caller's context. Accepts either a local artifact directory or a GitHub Actions run/job URL. Reads commands JSON, screenshots, and maestro.log; classifies each newly-failing passing/ flow; identifies…
Cross-platform mobile development specialist for React Native and Flutter. Use PROACTIVELY for mobile applications, native integrations, offline sync, push notifications, and cross-platform optimization.
Reviews changes for contract stability — public API surface vs WinUI parity (binary/source compat, [Uno.NotImplemented] handling, DependencyProperty registration), public surface minimality, and test fidelity (do tests validate behavior/parity, not implementation internals?). Use after a change that touches public…
Audits changes for performance hazards on all targets — blocking calls, async void time-bombs, source-generator allocation/cancellation discipline, layout/render hot-path allocations, property-system boxing, idle CPU toll, and WASM memory growth. Invoke with the change scope and the modules it touches.
Validates that a change correctly addresses its stated requirement, evaluates solution elegance, checks for duplication across platform partials and missed refactoring, verifies sample/test coverage, and flags comment pollution. Use after a change is drafted to verify the solution solves the right problem in the right…
Specialist for end-to-end Android app testing. Required Input: Target package name, test scenarios, and methodology. To minimize onboarding, please provide specific Activity intents to jump directly to target screens; any provided UI navigation routes should be focused strictly on the testing flow itself.…
Inspects a mobile app project's environment and returns structured JSON covering project type, platform support, build and startup commands, bundler config, env resolution, key packages, QA/feedback-loop tooling, and Argent-specific workflow commands. Works on any project — determines whether it is React Native, Expo…
This directory ships the SceneView SDK as agent skills for AI coding assistants. Each skill is a self-contained SKILL.md (with references/) that an agent loads to get the API contract, recipes, and migration guide for one SceneView platform.
An agent that reviews code changes for bugs, design problems, readability, and framework-specific issues. It responds in Japanese and checks Dart, Flutter, and TypeScript details when those technologies are involved.
Expert code reviewer covering QA, architecture compliance, performance, security, and plan compliance. Use after code changes (ad-hoc or plan) to verify quality gates, performance, security, and plan adherence.
Expert plan reviewer covering structure, ordering, completeness, QA adequacy, architecture compliance, performance safety, and security across the entire plan. Use when reviewing or writing plans.
Convention compliance reviewer grounded in ApkAnalyzer's AGENTS.md files and docs/engineering/ conventions. Cites the exact rule it's enforcing. Never invents conventions.
Linter pass over a /verify report. Receives the report path and emits one enumerated audit row per finding with a verdict (KEEP, CUT, UNSURE), the trigger that fired, and a one-line reason. Verifies each finding's evidence against the actual code, git state, or AGENTS.md where it can. Runs as the last stage of…
Jetpack Compose patterns specialist. Guides on state management, recomposition optimization, theming, animations, and Compose best practices. Use when building or reviewing Compose UI.
Mobile architecture expert. Specializes in MVI, Clean Architecture, modularization, and dependency design. Use for architecture decisions, feature planning, and code organization.