From ruflo-browser
Automated browser testing with Playwright -- navigate, interact, screenshot, and validate UI
How this skill is triggered — by the user, by Claude, or both
Slash command
/ruflo-browser:browser-testThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Automated UI testing using Playwright via the ruflo browser MCP tools.
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 assertionsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub k2k22k2k22/ruflo --plugin ruflo-browser