원클릭으로
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