web-debugging
Installation
SKILL.md
Web Debugging Skill
Debug web applications by inspecting console logs, network requests, JavaScript errors, and using non-blocking tracepoints/logpoints.
When to Use
This skill activates when:
- User reports a bug or error on a web page
- User asks to debug JavaScript issues
- User wants to inspect API calls or network requests
- User needs to troubleshoot page loading issues
- User mentions console errors or warnings
- User wants to trace code execution without pausing
Capabilities
Console Inspection
- Get all console messages (
o11y_get-console-messages) - Filter by log level (error, warn, info, debug)
Related skills
More from serkan-ozal/browser-devtools-claude
visual-testing
Perform visual testing and UI verification using screenshots and DOM inspection. Use when verifying UI appearance, comparing with designs, or checking for visual regressions.
1node-debugging
Debug Node.js backend processes using non-blocking tracepoints, logpoints, exceptionpoints, and JavaScript execution. Use when debugging API servers, workers, or backend scripts.
1