ワンクリックで
browser-test
Automated browser testing with Playwright -- navigate, interact, screenshot, and validate UI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Automated browser testing with Playwright -- navigate, interact, screenshot, and validate UI
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when a conversation is getting long, drifting, juggling multiple tasks, re-pasting the same files, or showing stale/confused context — and at the start of any new task. Triggers: long thread, context bloat, topic switch, repeated file uploads, 'why is it forgetting', degraded answers, finished one task and starting another.
Use when a user wants to deconstruct a complex problem, business challenge, product decision, strategy question, career crossroads, or stuck situation by stripping assumptions, identifying first principles, rebuilding options from foundational truths, and choosing one high-leverage action.
Audit role-based access control and permission drift across product surfaces.
Add a new feature to an existing @fabrk/* package following monorepo conventions
Build or rebuild the ADR index and dependency graph in AgentDB
Query AgentDB with semantic routing, hierarchical recall, causal graphs, and context synthesis
| name | browser-test |
| description | Automated browser testing with Playwright -- navigate, interact, screenshot, and validate UI |
| argument-hint | <url> [--screenshot] |
| allowed-tools | mcp__claude-flow__browser_open mcp__claude-flow__browser_click mcp__claude-flow__browser_fill mcp__claude-flow__browser_type mcp__claude-flow__browser_press mcp__claude-flow__browser_check mcp__claude-flow__browser_uncheck mcp__claude-flow__browser_select mcp__claude-flow__browser_hover mcp__claude-flow__browser_wait mcp__claude-flow__browser_screenshot mcp__claude-flow__browser_snapshot mcp__claude-flow__browser_get-text mcp__claude-flow__browser_get-title mcp__claude-flow__browser_get-url mcp__claude-flow__browser_get-value mcp__claude-flow__browser_eval mcp__claude-flow__browser_close mcp__claude-flow__browser_session-list Bash |
Automated UI testing using Playwright via the ruflo browser MCP tools.
When you need to verify UI functionality, test user flows, or validate that frontend changes work correctly in a real browser.
mcp__claude-flow__browser_open with the target URLbrowser_click, browser_fill, browser_type, browser_select for form inputsmcp__claude-flow__browser_wait for elements to appear or network idlebrowser_get-text / browser_get-value to check contentmcp__claude-flow__browser_screenshot to capture visual statemcp__claude-flow__browser_snapshot for accessibility treemcp__claude-flow__browser_close when donebrowser_back / browser_forward for history navigationbrowser_reload to refresh the pagebrowser_scroll to scroll to elements or coordinatesbrowser_wait before assertions to handle async renderingbrowser_eval for custom JavaScript assertions