fix

Diagnose and fix flaky Playwright tests using a taxonomy-based workflow.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill fix-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering-team/playwright-pro/skills/fix
Command: npx skills add https://github.com/Patasse97/claude-skills --skill fix-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fixing flaky Playwright tests is time-consuming and error-prone; this skill provides a systematic taxonomy-based workflow to quickly identify root causes and apply targeted fixes.

Core Features & Use Cases

  • Diagnose failures by reproducing them and capturing traces.
  • Categorize failures using flaky-taxonomy and apply category-specific fixes.
  • Verify stability across CI and local environments, and implement prevention.

Quick Start

Describe the failing Playwright test scenario to the skill to begin a taxonomy-driven diagnostic and fix process.

Frequently Asked Questions about fix

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

FAQPage Schema
How do I fix flaky Playwright tests in CI?

Fix flaky Playwright tests using a taxonomy-based workflow that guides you through reproducing failures locally or in CI, capturing traces, categorizing the flakiness, and applying targeted fixes.

What is the best way to diagnose flaky Playwright test failures?

Diagnose flaky Playwright test failures by reproducing the scenario and capturing trace data. A taxonomy-based workflow then categorizes the failure to apply targeted category-specific remediation.

How do I capture and use traces to debug Playwright test automation?

Capture traces by reproducing the failing test locally or in CI. The workflow specifies requirements for trace collection, using them to pinpoint root causes for your flaky-test taxonomy categorization.

Can I use a taxonomy-based workflow to prevent flaky tests in my CI pipeline?

Yes, you can prevent flaky tests in your CI pipeline by applying the taxonomy-driven workflow. It includes best-practice checks and guardrails to verify stability and implement prevention.

Why do my Playwright tests pass locally but fail in CI?

Playwright tests may pass locally but fail in CI due to timing or environment differences. The workflow verifies stability across both CI and local environments to identify the root cause.

What are the limitations of using a taxonomy-based approach for flaky tests?

A limitation of this taxonomy-based approach is that it requires successful reproduction of the flaky test. The workflow specifies requirements for reproducibility, meaning non-reproducible failures may be harder to categorize and fix.