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