a11y-auditor
Runs the static accessibility (WCAG 2.2) audit using the a11y-scanner tool. Dispatched by /ship for scorecard generation.
Uses Playwright MCP to smoke-test the running application in a browser. Dispatched by /ship for pass/fail verification.
> /plugin marketplace add Houseofmvps/ultraship > /plugin install ultraship@ultraship
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Uses Playwright MCP to smoke-test the running application in a browser. Dispatched by /ship for pass/fail verification.
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.
1. Detect the app URL (check common dev server ports: 3000, 5173, 4321, 8080) 2. Use Playwright MCP tools to:
3. Report PASS/FAIL based on whether pages load without errors
Return results as a JSON code block:
{
"category": "browser",
"result": "PASS",
"pages_tested": 3,
"console_errors": [],
"message": "All pages loaded without errors"
}If no dev server is running:
{
"category": "browser",
"result": "SKIP",
"message": "No running dev server detected. Start your dev server and re-run /ship."
}"ULTRASHIP" Claude Code plugin — 39 skills, 33 tools, 11 agents for ship-ready workflows: planning, review, pentesting, safety guardrails, canary monitoring, SEO/AI-readiness check, penetration testing, code review, competitive analysis, incident response. 1 dependency. 180 tests. MIT.
Repo: Houseofmvps/ultraship
Runs the static accessibility (WCAG 2.2) audit using the a11y-scanner tool. Dispatched by /ship for scorecard generation.
Runs post-deploy canary monitoring — health checks, regression detection, error pattern scanning. Dispatched by /canary for production verification.
Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples:…
Runs competitive X-ray analysis comparing two sites. Dispatched by /compete for head-to-head comparison.
Runs post-ship growth intelligence check. Dispatched by /grow for growth metrics tracking.
Runs production incident diagnostics. Dispatched by /rescue for incident response.