What problem does it solve?
This Skill helps developers automate, debug, and analyze web pages by orchestrating Playwright to navigate, inspect console logs, monitor network activity, capture screenshots, and run in-depth performance tests. It reduces manual debugging toil and speeds up web development workflows.
Core Features & Use Cases
- Automated Web Debugging: Navigate to pages, inspect console output, and identify errors quickly.
- UI Analysis & Testing: Take screenshots, snapshot DOM elements, and verify UI behavior across scenarios.
- Performance & Network Analysis: Measure Core Web Vitals, monitor API calls, and analyze network requests.
- Chained Workflows: Reuse sessions across steps to build deterministic debugging sequences.
Quick Start
Install dependencies and Playwright browsers, build the skill, and test with a simple navigation example:
- Run: npm install
- Build: npm run build
- Install browsers: npm run install-browsers
- Test navigation: node dist/scripts/navigate.js --url https://example.com