SKILL.md
readonly只读
name
recipe-post-mortem-setup
description
创建 Google Docs 事后分析文档,安排 Google Calendar 评审会议,并通过 Chat 发送通知。
设置事后分析
前提条件: 加载以下技能以执行此配方:
gws-docs、gws-calendar、gws-chat
创建 Google Docs 事后分析文档,安排 Google Calendar 评审会议,并通过 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].'






