Instructions file CodexOpenCode
AGENTS.md instructions for callstack/agent-device, covering agents.md, incident-derived principles, declaration sites and enforcement, hard repository rules and module and test topology.
Instructions file CodexOpenCode
AGENTS.md instructions for callstack/agent-device, covering agents.md, incident-derived principles, declaration sites and enforcement, hard repository rules and module and test topology.
Agent
A new flag touches only the layers that need to understand it. Stop at the layer where it stops mattering — threading it further is the common failure, not stopping too early.
Agent
Read this before running agent-device by hand against a simulator, emulator, or physical device.
Agent
Single-context repo. Before architecture, diagnosis, TDD, triage, PRD, or roadmap work, read CONTEXT.md for domain vocabulary and the relevant ADRs in docs/adr/. Selector-capture work also reads docs/agents/selector-capture.md.
Agent
Issues and PRDs for this repo live as GitHub issues in callstack/agent-device. Use the gh CLI for issue operations.
Agent
Agent "pull-requests" from callstack/agent-device, covering pull requests, readiness, rebasing onto a moving main, pr body and reviewing.
Agent
Read this before changing selector capture, polling, snapshot caching, or interaction fast paths. These are cross-route behavior requirements; their rationale and owning decisions live in ADRs 0002, 0004, 0005, 0011, 0014, and 0015.
Agent
Repository-specific testing traps you cannot learn from the test runner alone. Executable gate ownership lives in scripts/check-affected/ and scripts/gate/.
Agent
The skills speak in terms of four canonical triage roles. This file maps those roles to the actual GitHub labels used in this repo.
Agent
Web automation uses a managed agent-browser backend as an implementation detail.
Skill Claude CodeCodex
Automates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where supported, driving TV remotes, tapping, typing, scrolling, extracting UI info, collecting evidence, or planning agent-device CLI commands.
Skill Claude CodeCodex
Verify and debug native, React Native, Expo, or Flutter apps on an Android Emulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an Android virtual device.
Skill Claude CodeCodex
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.
Skill Claude CodeCodex
Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.
MCP server Claude CodeCodexCursor +2
MCP server for mobile app automation: verify, control, and debug iOS, Android, TV, and desktop apps. Runs locally from the agent-device npm package.
callstack/react-native-testing-library
Instructions file CodexOpenCode
Instructions for callstack/react-native-testing-library: @testing-library/react-native is a TypeScript/Jest library for testing React Native components with user-focused testing patterns.
callstack/react-native-testing-library
Instructions file
Instructions for callstack/react-native-testing-library, a project described as: 🦉 Simple and complete React Native testing utilities that encourage good testing practices.
callstack/react-native-testing-library
Agent
@testing-library/react-native provides utilities for testing React Native components in ways that resemble real usage and avoid implementation details.
callstack/react-native-testing-library
Agent
Agent "build-and-validation" from callstack/react-native-testing-library, covering build, validation, and repo layout, common commands, command notes, documentation and repo layout.
callstack/react-native-testing-library
Agent
Agent "code-style" from callstack/react-native-testing-library, covering typescript and code style, linting and formatting and imports.
callstack/react-native-testing-library
Agent
Agent "example-apps" from callstack/react-native-testing-library, covering example app regeneration, general workflow, examples/basic, examples/cookbook and validation after regeneration.
callstack/react-native-testing-library
Agent
Agent "git-workflow" from callstack/react-native-testing-library, covering git, releases, and pr workflow, agent git restrictions, commits and releases and pr draft workflow.
callstack/react-native-testing-library
Agent
Agent "testing" from callstack/react-native-testing-library, covering testing conventions, test stack, test location and coverage and test organization.
callstack/react-native-testing-library
Skill Claude CodeCodex
Write tests using React Native Testing Library (RNTL) v13 and v14 (@testing-library/react-native). Use when writing, reviewing, or fixing React Native component tests. Covers: render, screen, queries (getBy/getAllBy/queryBy/findBy), Jest matchers, userEvent, fireEvent, waitFor, and async patterns. Supports v13 (React…