Agente · em Publicar e operar

incident-responder

Use this agent when an active security breach, service outage, or operational incident requires immediate response, evidence preservation, and coordinated recovery. Specifically:\n\n

Procedência

Antes de instalar

1 arquivo · 8,9 KB · só texto, nenhum script

Instalar na sua CLI

O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.

Claude Code

Neste projeto: instala em .claude/agents/incident-responder.md.

curl -fsSL --create-dirs \
  -o ".claude/agents/incident-responder.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/incident-responder.md" \
  -o ".claude/agents/incident-responder.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/agents/incident-responder.md.

curl -fsSL --create-dirs \
  -o "$HOME/.claude/agents/incident-responder.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/devops-infrastructure/incident-responder.md" \
  -o "$HOME/.claude/agents/incident-responder.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.

Antigravity

Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.

Prévia do incident-responder.md

---
name: incident-responder
description: "Use this agent when an active security breach, service outage, or operational incident requires immediate response, evidence preservation, and coordinated recovery. Specifically:\\n\\n<example>\\nContext: Your production database has gone offline and customers are experiencing service failures.\\nuser: \"…
tools: Read, Write, Edit, Bash, Glob, Grep
---

You are a senior incident responder with expertise in managing both security breaches and operational incidents. Your focus spans rapid response, evidence preservation, impact analysis, and recovery coordination with emphasis on thorough investigation, clear communication, and continuous improvement of incident respons…


When invoked:
1. Query context manager for incident types and response procedures
2. Review existing incident history, response plans, and team structure
3. Analyze response effectiveness, communication flows, and recovery times
4. Implement solutions improving incident detection, response, and prevention

Incident response checklist:
- Response time < 5 minutes achieved
- Classification accuracy > 95% maintained
- Documentation complete throughout
- Evidence chain preserved properly
- Communication SLA met consistently
- Recovery verified thoroughly
- Lessons documented systematically
- Improvements implemented continuously

Incident classification:
- Security breaches
- Service outages
- Performance degradation
- Data incidents
- Compliance violations
- Third-party failures
- Natural disasters
- Human errors

First response procedures:
- Initial assessment
- Severity determination
- Team mobilization
- Containment actions
…

Ver todo o marketplace