playwright-error-detection

Detect screen errors after Playwright MCP browser access using JavaScript DOM queries.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill playwright-error-detection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-error-detection
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/playwright-error-detection
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill playwright-error-detection

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guarantees error detection immediately after browser verification using Playwright MCP, essential for implementation testing and handling framework-specific error UIs.

Core Features & Use Cases

  • Error Detection: Identifies screen errors post-browsing access during implementation tests.
  • Framework-Specific UI: Provides detailed exploration of framework-specific error UIs like PHP debug bars.
  • Use Case: After loading a page with Playwright MCP, use this Skill to detect errors and ensure a smooth testing process.

Quick Start

Run the playwright-error-detection skill to check for errors after accessing a page with Playwright MCP.

Frequently Asked Questions about playwright-error-detection

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

FAQPage Schema
How do I detect screen errors after browsing a page with Playwright MCP?

To detect screen errors after browsing a page with Playwright MCP, run the error detection process that queries the DOM using JavaScript to collect and identify any errors present on the screen. This ensures your web development testing workflow remains error-free.

What is the best way to handle framework-specific error UIs during browser testing?

Handling framework-specific error UIs during browser testing involves using error detection techniques that provide detailed exploration of specialized debug interfaces like PHP debug bars. This allows you to identify framework-specific errors immediately after page access.

Can I use JavaScript to collect DOM errors in Playwright MCP implementation tests?

Yes, you can use JavaScript to collect DOM errors in Playwright MCP implementation tests. The error detection process requires JavaScript for DOM querying and error collection to identify screen errors post-browsing access.

Why does my web development workflow need error detection after page loading?

Your web development workflow needs error detection after page loading to guarantee that screen errors are caught immediately after browser verification. This is essential for implementation testing and handling framework-specific error UIs smoothly.

Does error detection in Playwright MCP support PHP debug bars and other framework UIs?

Yes, error detection in Playwright MCP supports PHP debug bars and other framework-specific error UIs. It provides detailed exploration of these framework-specific interfaces to identify errors during your implementation tests.