スキル一覧に戻る
ChristianKuri

dev-browser

by ChristianKuri

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

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

  1. Discover or select a page:
    • list_pages
    • select_page (if needed)
  2. Navigate:
    • new_page or navigate_page
  3. Wait for stability:
    • wait_for (use a key selector or page-ready signal)
  4. Capture evidence:
    • take_screenshot (set fullPage: true for full page)
    • take_snapshot for DOM snapshot
  5. Debug:
    • list_console_messages
    • list_network_requestsget_network_request for 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.

スコア

総合スコア

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

レビュー

💬

レビュー機能は近日公開予定です