dyad:e2e-rebase

Installation
SKILL.md

E2E Snapshot Rebase

Rebase E2E test snapshots based on failed tests from the PR comments.

Instructions

  1. Get the current PR number using gh pr view --json number --jq '.number'

  2. Fetch PR comments and look for the Playwright test results comment. Parse out the failed test filenames from either:

    • The "Failed Tests" section (lines starting with - \filename.spec.ts`)
    • The "Update Snapshot Commands" section (contains npm run e2e e2e-tests/filename.spec.ts)
  3. If no failed tests are found in the PR comments, inform the user and stop.

  4. Build the application binary:

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