GurYN

Incident Response — Development skill for Claude Code

Development community

INCIDENT RESPONSE: Investigate and mitigate production issue.

How to install Incident Response

Installs to ~/.claude/skills/guryn-opencode-sdlc-incident-response/SKILL.md

Terminal
mkdir -p ~/.claude/skills/guryn-opencode-sdlc-incident-response && curl -fsSL https://raw.githubusercontent.com/GurYN/opencode-sdlc/HEAD/command/incident-response.md -o ~/.claude/skills/guryn-opencode-sdlc-incident-response/SKILL.md

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

What Incident Response does

INCIDENT RESPONSE: Investigate and mitigate production issue

Please provide:

  • Severity (P0/P1/P2/P3)
  • Time range to investigate (e.g., "last hour", "last 30 minutes")
  • Brief description of the issue

Switch to operator agent and follow incident response protocol:

1. Detection & Triage (0-5 min)

  • Acknowledge incident
  • Assess severity
  • Identify impacted users/services
  • Notify team via Slack

2. Investigation (5-30 min)

  • Check recent deployments in the specified

Alternatives in Development

Full documentation available on GitHub

View Source Repository