SKILL.md
readonlyread-only
name
recipe-post-mortem-setup
description
建立 Google Docs 事後檢討文件、排程 Google 日曆審查會議,並透過 Chat 發送通知。
設定事後檢討
前置條件: 載入以下技能以執行此配方:
gws-docs、gws-calendar、gws-chat
建立 Google Docs 事後檢討文件、排程 Google 日曆審查會議,並透過 Chat 發送通知。
步驟
- 建立事後檢討文件:
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]' --attendee team@company.com --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00' - 在 Chat 中發送通知:
gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'






