name: dev-browser description: "Use Chrome DevTools MCP for browser-based verification, UI regression checks, screenshots, console/network inspection, and quick performance traces. Trigger when verifying frontend changes in a live browser, capturing evidence, or debugging client-side issues." license: MIT compatibility: opencode
Dev Browser (Chrome DevTools MCP)
Use the Chrome DevTools MCP tools to verify UI changes, capture evidence, and inspect console/network state.
When to use
- Verify frontend changes in a live browser
- Capture viewport or full-page screenshots
- Inspect console errors/warnings
- Inspect network requests and responses
- Run quick performance traces
Preconditions
- Chrome is installed and reachable by the MCP server
- MCP is configured in
~/.config/opencode/opencode.json - Prefer headless mode for automation
- Avoid sensitive data in the browser session
Standard workflow
- Discover or select a page:
-
list_pages -
select_page(if needed)
-
- Navigate:
-
new_pageornavigate_page
-
- Wait for stability:
-
wait_for(use a key selector or page-ready signal)
-
- Capture evidence:
-
take_screenshot(setfullPage: truefor full page) -
take_snapshotfor DOM snapshot
-
- Debug:
-
list_console_messages -
list_network_requests→get_network_requestfor details
-
Performance (optional)
-
performance_start_trace - Interact or wait for the target state
-
performance_stop_trace -
performance_analyze_insight
Output expectations
- Provide screenshot path or attached image
- Summarize console and network findings
- Note any errors and next checks
Quick example
Use the dev-browser skill to verify /en/games/... renders correctly, capture a full-page screenshot, and confirm there are no console errors.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
1
GitHub Forks
0
Created
Jan 2026
Last Updated
4个月前
tools
tools debugging
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!