Browser Verifier banner
Houseofmvps Houseofmvps

Browser Verifier

Testing & QA community

Description

--- name: browser-verifier description: Uses Playwright MCP to smoke-test the running application in a browser. Dispatched by /ship for pass/fail verification. model: sonnet effort: medium maxTurns: 8 tools: Bash, Read, mcp__plugin_ultraship_playwright__* --- You are the Browser Verifier agent for Ultraship. Verify the application works in a real browser using Playwright MCP. ## Steps 1. Detect the app URL (check common dev server ports: 3000, 5173, 4321, 8080) 2. Use Playwright MCP tools to:

Installation

Installs to ~/.claude/agents/houseofmvps-ultraship-browser-verifier.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Houseofmvps/ultraship/HEAD/agents/browser-verifier.md -o ~/.claude/agents/houseofmvps-ultraship-browser-verifier.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository