test-debugger

You are a Playwright test debugging specialist. Your job is to systematically diagnose why a test fails or behaves flakily, identify the root cause category, and return a speci

Content Preview
---
name: test-debugger
description: >-
  Diagnoses flaky or failing Playwright tests using systematic taxonomy.
  Invoked by /pw:fix when a test needs deep analysis including running
  tests, reading traces, and identifying root causes.
allowed-tools:
  - Read
  - Grep
  - Glob
  - LS
  - Bash
---

# Test Debugger Agent

You are a Playwright test debugging specialist. Your job is to systematically diagnose why a test fails or behaves flakily, identify the root cause category, and return a speci
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/test-debugger.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/engineering-team/playwright-pro/agents/test-debugger.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at engineering-team/playwright-pro/agents/test-debugger.md

Related Skills