← スキル一覧に戻る

dev-browser
by ChristianKuri
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
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_pagesselect_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_messageslist_network_requests→get_network_requestfor details
Performance (optional)
performance_start_trace- Interact or wait for the target state
performance_stop_traceperformance_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.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です