What problem does it solve? Debugging Playwright test failures requires digging through raw trace zips, report folders, and scattered artifacts. This Skill turns that into a structured CLI-driven workflow for locating reports, digesting traces, and extracting failure evidence. ## Core Features & Use Cases - Report Discovery: Search a local playwright-reports hub by metadata, date, or recency with search-reports, then resolve a reportRef into a local path with prepare-report. - Trace Digestion: Use digest to produce a self-contained folder with a chronological step tree, DOM snapshots, network NDJSON, and console logs for token-efficient analysis. - Targeted Inspection: Run summary, network, dom, timeline, console, errors, attachments, and screenshots against a single trace for focused questions. - Use Case: A QA engineer asks to find the latest UAT EU report, locate the failing "checkout" test, and explain why it failed — the Skill searches the hub, prepares the report, finds the trace, digests it, and reads digest.json for the answer. ## Quick Start Ask the AI to find the failing checkout test in the local playwright-report directory and digest its trace for analysis.