pst-debug
Installation
SKILL.md
PST Debug
Diagnose and fix a failing Playwright test. Three entry modes based on available context.
When to use
When a Playwright test is failing — whether it was generated by pst-generate or written manually.
Entry: Choose a mode
At invocation, present this to the user:
How would you like to proceed?
- From a session (recommended) — I'll read
insights.md,plan.md, andsnapshots/from.pst/sessions/[name]/for full diagnostic context. Best accuracy. - From documentation (recommended) — Paste the failing test file path + full error output + original test case documentation. I'll re-explore the live app to diagnose selector drift or behavior changes.
- From test only — Paste the failing test file path + full error output only. Diagnosis accuracy may be lower without documentation.