---
id: ssh2-recipe-post-mortem-setup
name: "recipe-post-mortem-setup"
url: https://skills.yangsir.net/skill/ssh2-recipe-post-mortem-setup
author: googleworkspace
domain: ai-project-management-collaboration
tags: ["post-mortem-analysis", "incident-management", "root-cause-analysis", "devops-processes", "google-docs"]
install_count: 14400
rating: 4.50 (144 reviews)
github: https://github.com/googleworkspace/cli
---

# recipe-post-mortem-setup

> 创建Google文档事后分析报告，并在Google日历中安排相关会议，用于复盘事件，总结经验教训，改进流程。

**Stats**: 14,400 installs · 4.5/5 (144 reviews)

## Before / After 对比

### 故障复盘流程的效率革新：从手动协调文档与会议到自动化设置的显著提升与对比

## Readme

# Set Up Post-Mortem

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-calendar`, `gws-chat`

Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.

## Steps

1. Create post-mortem doc: `gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items'`
2. Schedule review meeting: `gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee team@company.com --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00'`
3. Notify in Chat: `gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'`



---
*Source: https://skills.yangsir.net/skill/ssh2-recipe-post-mortem-setup*
*Markdown mirror: https://skills.yangsir.net/api/skill/ssh2-recipe-post-mortem-setup/markdown*