E2E Fix

Diagnose and fix failing Playwright E2E tests in GitHub Actions CI.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/YuriNakayama/research --skill e2e-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: E2E Fix
Source: https://github.com/YuriNakayama/research/tree/main/.claude/skills/e2e-fix
Command: npx skills add https://github.com/YuriNakayama/research --skill e2e-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly diagnose and fix failing Playwright-based E2E tests running in GitHub Actions, reducing downtime and time-to-ship.

Core Features & Use Cases

  • Check the status of the latest Playwright E2E workflow runs and identify failing jobs.
  • Retrieve logs and artifacts, analyze common failure patterns, and guide code changes.
  • Verify fixes locally and push updates to trigger re-runs, ensuring CI stability.

Quick Start

Run the E2E Fix skill to analyze the latest failing Playwright run and apply fixes.

Frequently Asked Questions about E2E Fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix failing Playwright E2E tests in GitHub Actions?

To fix failing Playwright E2E tests in GitHub Actions, you need to inspect the CI run logs, analyze failure patterns, and apply code fixes. This skill automates that workflow by retrieving logs and artifacts to suggest targeted changes.

How do I download and analyze Playwright artifacts from a failed CI run?

You can use the gh CLI to download and analyze Playwright artifacts from a failed CI run. This skill uses gh to inspect GitHub Actions runs, view logs, and retrieve artifacts to diagnose the root cause of the failure.

What are common Playwright E2E failure patterns in GitHub Actions CI?

Common Playwright E2E failure patterns in GitHub Actions CI include timeout issues, selector mismatches, and environment discrepancies. This skill analyzes these patterns from downloaded logs to guide your code changes.

Can I automatically push fixes for failing E2E tests after a CI run?

Yes, you can automatically push fixes for failing E2E tests after analyzing the CI run. This skill guides you through verifying the fix locally and pushing the update to trigger a new GitHub Actions re-run.

Do I need the gh CLI installed to diagnose Playwright test failures?

Yes, you need the gh CLI installed to diagnose Playwright test failures in this workflow. The skill relies on gh to interact with GitHub Actions, inspect runs, view logs, and download artifacts.