dyad:deflake-e2e

Installation
SKILL.md

Deflake E2E Tests

Identify and fix flaky E2E tests by running them repeatedly and investigating failures.

Arguments

  • $ARGUMENTS: (Optional) Specific E2E test file(s) to deflake (e.g., main.spec.ts or e2e-tests/main.spec.ts). If not provided, will prompt to deflake the entire test suite.

Instructions

  1. Check if specific tests are provided:

    If $ARGUMENTS is empty or not provided, ask the user:

    "No specific tests provided. Do you want to deflake the entire E2E test suite? This can take a very long time as each test will be run 10 times."

    Wait for user confirmation before proceeding. If they decline, ask them to provide specific test files.

  2. Install dependencies:

Related skills
Installs
24
Repository
dyad-sh/dyad
GitHub Stars
20.2K
First Seen
Feb 17, 2026