debug-browser
Installation
SKILL.md
Iterate on the current task using debug instrumentation and browser tools without asking the user to test manually. Add debug traces, reproduce issues using browser tools, analyze traces, identify problems, and make fixes until resolved.
- Add debug traces: Add debug.log traces to key locations in the code
- Reproduce issue: Use the browser tools (browser_navigate, browser_click, browser_snapshot, etc.) to reproduce the issue and collect trace output
- Analyze and fix: Analyze the traces, identify the problem, and make a fix
- Repeat: Repeat until the issue is resolved