recipe-post-mortem-setup

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

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.
前提条件: 加载以下技能以执行此方案:
gws-docs
gws-calendar
gws-chat
创建Google Docs事后分析文档,安排Google Calendar评审会议,并通过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]' --attendees team@company.com --start 'next monday 14:00' --duration 60
  3. Notify in Chat:
    gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'
  1. 创建事后分析文档:
    gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items'
  2. 安排评审会议:
    gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendees team@company.com --start 'next monday 14:00' --duration 60
  3. 在Chat中发送通知:
    gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'