recipe-post-mortem-setup

recipe-post-mortem-setup

热门

创建 Google Docs 事后分析文档,安排 Google Calendar 评审会议,并通过 Chat 发送通知。

2.9万Star
1669Fork
更新于 2026/3/31
SKILL.md
readonly只读
name
recipe-post-mortem-setup
description

创建 Google Docs 事后分析文档,安排 Google Calendar 评审会议,并通过 Chat 发送通知。

设置事后分析

前提条件: 加载以下技能以执行此配方:gws-docsgws-calendargws-chat

创建 Google Docs 事后分析文档,安排 Google Calendar 评审会议,并通过 Chat 发送通知。

步骤

  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]' --attendee team@company.com --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00'
  3. 在 Chat 中通知:gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'