recipe-post-mortem-setup
星标8
分支1
更新时间2026年3月3日 23:02
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Google Workspace Admin SDK: Manage users, groups, and devices.
Google Workspace Alert Center: Manage Workspace security alerts.
Google Apps Script: Manage and execute Apps Script projects.
Google Cloud Identity: Manage identity groups and memberships.
Google People: Manage contacts and profiles.
Google Workspace Reseller: Manage Workspace subscriptions.
| name | recipe-post-mortem-setup |
| version | 1.0.0 |
| description | Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat. |
| metadata | {"openclaw":{"category":"recipe","domain":"engineering","requires":{"bins":["gws"],"skills":["gws-docs","gws-calendar","gws-chat"]}}} |
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 +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 60gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'