← スキル一覧に戻る

browser-testing
by ingpoc
⭐ 5🍴 0📅 2026年1月2日
SKILL.md
name: browser-testing description: "Use when testing web applications, debugging browser console errors, automating form interactions, or verifying UI implementations. Load for localhost testing, authenticated app testing (Gmail, Notion), or recording demo GIFs. Requires Chrome extension 1.0.36+, Claude Code 2.0.73+, paid plan." keywords: browser, chrome, testing, console, debug, forms, ui, gif, localhost
Browser Testing
Test and debug web applications via Chrome integration.
Prerequisites
| Requirement | Minimum |
|---|---|
| Chrome extension | 1.0.36+ |
| Claude Code CLI | 2.0.73+ |
| Plan | Pro/Team/Enterprise |
Instructions
- Enable Chrome:
claude --chromeor/chrome - Get tab context:
tabs_context_mcp - Navigate:
navigateto URL - Interact:
find,form_input,computer - Verify:
read_console_messages,read_page - Evidence:
computer(action="screenshot")
Quick Commands
# Check for console errors
scripts/check-console-errors.sh TAB_ID
# Verify page loaded
scripts/verify-page-load.sh TAB_ID URL
# Run smoke test
scripts/smoke-test.sh URL
MCP Tools
| Tool | Purpose |
|---|---|
tabs_context_mcp | Get tab IDs (call first) |
navigate | Go to URL |
computer | Click, type, screenshot |
find | Find element by description |
form_input | Fill form fields |
read_console_messages | Debug with pattern filter |
read_page | Get DOM/accessibility tree |
gif_creator | Record interactions |
References
| File | Load When |
|---|---|
| references/patterns.md | Designing test scenarios |
| references/examples.md | Need concrete examples |
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です