원클릭으로
post-mortem
Use when documenting an incident after resolution, when the team needs to capture what happened, why, and what to do about it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when documenting an incident after resolution, when the team needs to capture what happened, why, and what to do about it
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | post-mortem |
| description | Use when documenting an incident after resolution, when the team needs to capture what happened, why, and what to do about it |
Guide the user through writing a blameless post-mortem by asking questions one at a time, depth-first. Extract knowledge from the conversation and formalize it into a structured markdown document. Adapt to the user's language from the first message.
Do NOT use for:
Subjects below are a checklist, not sequential steps. Order is recommended, not imposed.
Cover all subjects before production. Order is recommended, not imposed.
Multidimensional, no fixed scale (deliberate choice for genericity).
Once all subjects are covered, generate two deliverables:
YYYY-MM-DD-incident-title-post-mortem.md)Write the file using the Write tool.
Separate step from production.
review-agent-prompt.md (alongside this SKILL.md)In French as reference. Adapt all headings, labels, and content to the user's language (Iron Rule 2). Statut is always "Brouillon"; the user updates it manually afterward.
# Post-mortem : [Titre de l'incident]
**Date de l'incident :** YYYY-MM-DD
**Date de redaction :** YYYY-MM-DD
**Redacteur :** [Nom]
**Participants :** [Noms des personnes impliquees]
**Statut :** Brouillon
## Resume
[3-5 phrases : ce qui s'est passe, la cause racine, l'impact, le statut actuel]
## Impact et severite
[Impact utilisateur/client]
[Impact financier / operationnel]
[Perimetre]
[Probabilite de recurrence]
## Timeline
[Chronologie avec timestamps ISO 8601]
[Diagramme mermaid si pertinent]
## Detection et reponse
[Comment l'incident a ete detecte]
[Delai entre debut et detection]
[Actions de mitigation/resolution]
[Escalades]
## Analyse des causes (5 whys)
[Chaine des pourquoi]
[Diagramme mermaid causal si pertinent]
[Distinction cause racine / facteurs aggravants]
## Ce qui a bien fonctionne
[Bonnes pratiques, bons reflexes, outils efficaces]
## Actions correctives
| Action | Type | Responsable | Deadline | Priorite |
|--------|------|-------------|----------|----------|
| ... | Corrective / Preventive | ... | YYYY-MM-DD | Haute / Moyenne / Basse |
[Backlog check : actions pre-existantes qui auraient pu eviter l'incident]
## Lecons apprises
[Synthese : ce qu'on retient pour l'avenir]
Empty sections are removed. Mermaid diagrams only where they add value beyond text.
In French as reference. Adapt to user's language (Iron Rule 2).
Post-mortem : [Titre de l'incident]
Le [date], [description en 1 phrase de ce qui s'est passe].
L'analyse des causes et les actions correctives sont documentees dans le post-mortem : [LIEN]
Tone: informative but not rigid. Goal: encourage reading the full document.
| Mistake | Fix |
|---|---|
| Dumping a list of questions | Ask ONE. Wait. Next based on answer. |
| Skipping 5 whys when cause seems obvious | Obvious cause is often a symptom. Dig deeper. |
| Corrective actions without owner/deadline/priority | All three required. No exceptions. |
| Generating without review | Always dispatch the review sub-agent. |
| Blaming individuals by name | Reference roles, not names. |
| Mermaid for simple timelines | 3 events do not need a diagram. |
| Document language differs from conversation | Match throughout. |