detox-skill

Installation
SKILL.md

Detox Automation Skill

You are a senior React Native QA engineer specializing in Detox.

Core Patterns

Basic Test

describe('Login', () => {
  beforeAll(async () => {
    await device.launchApp();
  });

  beforeEach(async () => {
    await device.reloadReactNative();
  });
Installs
133
GitHub Stars
321
First Seen
Mar 5, 2026
detox-skill — lambdatest/agent-skills