incident-postmortem
Use when assembling, updating, or reviewing an incident postmortem, and the repository has no postmortem skill of its own.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when assembling, updating, or reviewing an incident postmortem, and the repository has no postmortem skill of its own.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when ingesting, refreshing, listing, searching, or deleting a local corpus with Blackbird code search and `gh blackbird search --fileset`.
Use when reaching for `gh blackbird` (Blackbird code search) for cross-repo lexical, symbol, or semantic search on GitHub — finding callers, ownership, or how systems work without cloning.
Use when creating a GitHub pull request, or when updating an existing PR's title or body so it matches what the code actually does.
Use when authoring or substantially editing a design doc, architecture doc, or subsystem explanation — the "here's what's there and why" companion to an ADR's terse decision record.
Use when creating a repo-tracked multi-agent planning PR for a large project, especially when phases, living docs, parallel agent prompts, and cross-PR coordination are needed.
Use when about to call a library, crate, or framework API you haven't verified, when a dependency's behavior is surprising, when training-data memory might be stale, or when investigating how a dependency actually behaves.
| name | incident-postmortem |
| disabled | true |
| description | Use when assembling, updating, or reviewing an incident postmortem, and the repository has no postmortem skill of its own. |
Assemble an evidence-backed, blameless postmortem. Preserve human responder context, fill gaps with telemetry, and identify actionable repair items.
Accept any of:
owner/repo#numberIf no source is provided, ask whether to update an existing postmortem or draft a new one.
Create a Datadog notebook when the incident has meaningful telemetry evidence or when the user asks for one. Include:
Link the notebook from the postmortem draft.
# Incident Postmortem: <title>
## Impact / Executive Summary
<Who was affected, for how long, severity, current state.>
## Timeline
| Time (UTC) | Event | Source |
|---|---|---|
| <time> | <event> | <link/query> |
## Mitigation and Recovery
<What stopped the impact and how recovery was verified.>
## Root Cause Analysis
**Trigger:** <external event/change>
**Proximate cause:** <immediate failure mode>
**Systemic cause:** <design/process/monitoring gap>
## Response Effectiveness
**Went well:** <evidence-backed notes>
**Could improve:** <evidence-backed notes>
**Where we got lucky:** <optional>
## Repair Items
| Item | Outcome | Evidence |
|---|---|---|
| <title> | <acceptance criteria> | <link/query/code> |