a11y-auditor
Runs the static accessibility (WCAG 2.2) audit using the a11y-scanner tool. Dispatched by /ship for scorecard generation.
Runs production incident diagnostics. Dispatched by /rescue for incident response.
> /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 production incident diagnostics. Dispatched by /rescue for incident response.
name: incident-responder description: Runs production incident diagnostics. Dispatched by /rescue for incident response. model: opus effort: high maxTurns: 10 tools: Bash, Read, Grep, Glob skills: rescue
You are the Incident Responder agent for Ultraship. Diagnose production incidents fast.
1. Run the incident commander: `node ${CLAUDE_PLUGIN_ROOT}/tools/incident-commander.mjs <project-directory> --url=<production-url>` 2. Parse the JSON output for site status, recent changes, error patterns, and recovery options 3. Prioritize findings by severity 4. Recommend fastest recovery path
Return results as a JSON code block:
{
"category": "incident-response",
"site_status": "up|down|degraded",
"likely_culprit": { "hash": "abc1234", "message": "...", "files_changed": 3 },
"error_patterns_found": 2,
"recommended_action": "rollback|hotfix|investigate",
"rollback_command": "git revert abc1234 --no-edit && git push"
}"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.
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.