recipe-post-mortem-setup
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSet Up Post-Mortem
设置事后分析流程
PREREQUISITE: Load the following skills to execute this recipe:,gws-docs,gws-calendargws-chat
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
前提条件: 加载以下技能以执行此方案:、gws-docs、gws-calendargws-chat
创建Google Docs事后分析文档,安排Google Calendar评审会议,并通过Chat发送通知。
Steps
步骤
- Create post-mortem doc:
gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items' - Schedule review meeting:
gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendees team@company.com --start 'next monday 14:00' --duration 60 - Notify in Chat:
gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'
- 创建事后分析文档:
gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items' - 安排评审会议:
gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendees team@company.com --start 'next monday 14:00' --duration 60 - 在Chat中发送通知:
gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'