Skip to content
Development
Agent

incident-responder

Runs production incident diagnostics. Dispatched by /rescue for incident response.

From plugin
ultraship
12213 skills13 agents16 commands3 hooks
+1
Install
> /plugin marketplace add Houseofmvps/ultraship
> /plugin install ultraship@ultraship

How it fires

How this agent gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.

Context preview

The summary Claude sees to decide when to auto-load this agent.

Runs production incident diagnostics. Dispatched by /rescue for incident response.

Agent definition

incident-responder.md
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.

Steps

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

Output Format

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"
}
Ships withultraship

"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.

Get the whole plugin

Other agents on ultraship.