一键导入
engineering-incident-response
Coordinate incident response by gathering context, creating tasks, and organizing communication
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Coordinate incident response by gathering context, creating tasks, and organizing communication
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft an offer letter with compensation details and terms
Create structured interview plans with competency-based questions and scorecards. Triggers on "interview plan for [role]", "interview questions for [role]", "scorecard for [role]"
Headcount planning, org design, and team structure optimization. Triggers on "org planning", "headcount plan", "team structure", "reorg", "who should we hire next"
Track and manage recruiting pipeline from sourcing through offer. Triggers on "recruiting update", "candidate pipeline", "how many candidates", "hiring status for [role]"
Generate a prioritized daily plan. Triggers on "plan my day", "what's on my plate", "start my day", "morning plan", "daily priorities"
Quick meeting prep for any meeting — context, agenda, and talking points. Triggers on "prep for my meeting", "what's my next meeting about", "meeting context for [topic]"
| name | engineering-incident-response |
| description | Coordinate incident response by gathering context, creating tasks, and organizing communication |
| metadata | {"openclaw":{"tags":["engineering","incident","on-call","response"]}} |
When the user reports an incident, asks for help coordinating an outage response, or needs to organize an incident investigation:
Use capability_execute with the following parameters:
Gather any alerts, error reports, or related discussions that may be connected to this incident. Identify if this is a new incident or a recurrence of a known issue.
Use capability_execute with the following parameters:
Find existing runbooks that cover the affected service or failure mode. These provide the baseline response steps and escalation procedures.
Use capability_execute with the following parameters:
Determine who is currently on-call for the affected service and who should be pulled into the response.
Use capability_execute with the following parameters:
Look for prior postmortems that match the symptoms. These can dramatically accelerate diagnosis by revealing known root causes.
Use capability_execute with the following parameters:
Check if the incident is caused by or related to a third-party service outage (cloud provider, CDN, DNS, payment processor, etc.).
Use capability_execute with the following parameters:
Note: This is a side-effecting action. The router will request confirmation.
Based on the initial triage, create specific investigation tasks using
capability_execute with:
Create separate tasks for each distinct investigation track:
Format the output as follows:
## Incident Response Brief
### Incident Overview
- **Incident ID:** <generated_or_task_id>
- **Reported:** <timestamp>
- **Reporter:** <who reported it>
- **Severity:** <sev1/sev2/sev3/sev4>
- **Status:** <investigating/identified/mitigating/resolved>
- **Affected service(s):** <service_names>
### Symptoms
<clear description of what is broken from the user/customer perspective>
- <symptom 1>
- <symptom 2>
- <error messages if applicable>
### Initial Assessment
- **Likely scope:** <single tenant / multi-tenant / global>
- **Customer impact:** <estimated number of affected users/customers>
- **Revenue impact:** <if quantifiable>
- **Data integrity risk:** <yes/no with explanation>
### Related Context
- **Matching alerts:** <list of related alerts found in chat>
- **Similar prior incidents:**
- <incident_ref>: <root_cause_summary> -- <relevant_or_not>
- **External service status:** <any third-party issues found>
### Applicable Runbook
- **Runbook:** <title and location if found>
- **Key steps from runbook:**
1. <step>
2. <step>
3. <step>
### Response Team
| Role | Person | Status |
|------|--------|--------|
| Incident Commander | <name> | <on-call/paged> |
| Primary Investigator | <name> | <assigned> |
| Communications Lead | <name> | <if applicable> |
### Immediate Actions
1. <first thing to do right now with specific instructions>
2. <second action>
3. <third action>
### Communication Plan
- **Internal:** Post status update in #incidents every <interval>
- **Customer-facing:** <draft status page update if sev1/sev2>
- **Stakeholder notification:** <who needs to know and by when>
### Tracking
- **Incident task:** <task_id_and_link>
- **Investigation tasks:**
- <task_id>: <description>
- <task_id>: <description>
### Timeline
| Time | Event |
|------|-------|
| <time> | Incident reported |
| <time> | Response brief created |
| <time> | <next expected checkpoint> |
For Sev1 incidents, add an explicit reminder to send a customer-facing status update within 15 minutes and to establish a dedicated war room channel.