What problem does it solve?
This Skill streamlines the process of debugging web applications directly within the Chrome browser, offering powerful tools for inspecting console errors, monitoring network requests, and executing JavaScript.
Core Features & Use Cases
- Console Debugging: Automatically capture and analyze
console.log, console.error, and other messages.
- Network Inspection: Monitor API calls, XHR, and Fetch requests to understand data flow.
- JavaScript Execution: Run custom JavaScript in the browser's context to test logic or verify state.
- GIF Recording: Create visual evidence of user interactions and test flows.
- Use Case: When a web application is behaving unexpectedly, use this Skill to pinpoint the exact JavaScript error in the console or identify a failed API request that's causing the issue.
Quick Start
Use the dev-test-chrome skill to navigate to https://example.com and check for any console errors.