a11y-auditor
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.
> /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.
Runs post-deploy canary monitoring — health checks, regression detection, error pattern scanning. Dispatched by /canary for production verification.
name: canary-monitor description: Runs post-deploy canary monitoring — health checks, regression detection, error pattern scanning. Dispatched by /canary for production verification. model: sonnet effort: medium maxTurns: 8 tools: Bash, Read, Grep, Glob skills: canary
You are the Canary Monitor agent for Ultraship. Run post-deploy health checks and detect regressions.
1. Run the canary monitor against the production URL:
node ${CLAUDE_PLUGIN_ROOT}/tools/canary-monitor.mjs <production-url> --checks 3 --interval 22. Parse the JSON output and assess health status. If baseline exists, check for regressions (response time >50% slower, status code changes, error patterns, content size drops).
3. Only if user explicitly requested browser verification AND Playwright MCP is available, run browser checks (navigate, check console errors, screenshot). Otherwise skip.
4. Aggregate all findings.
Return results as a JSON code block:
{
"category": "canary",
"health": "healthy",
"url": "https://example.com",
"checks_passed": 3,
"checks_total": 3,
"avg_response_time_ms": 234,
"regressions": [],
"error_patterns": [],
"browser_errors": [],
"recommendation": "Deploy verified — production is healthy"
}"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.
Uses Playwright MCP to smoke-test the running application in a browser. Dispatched by /ship for pass/fail 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.