Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Create a post-mortem Google Doc, schedule a review meeting, and notify the engineering team via Chat.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
SKILL.md
1---2name: recipe-post-mortem-setup3description: "Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat."4metadata:5version: 0.22.56openclaw:7category: "recipe"8domain: "engineering"9requires:10bins:11- gws12skills:13- gws-docs14- gws-calendar15- gws-chat16---1718# Set Up Post-Mortem1920> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-calendar`, `gws-chat`2122Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.2324## Steps25261. Create post-mortem doc: `gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items'`272. Schedule review meeting: `gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee [email protected] --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00'`283. Notify in Chat: `gws chat +send --space spaces/ENG_SPACE --text '๐ Post-mortem scheduled for [Incident].'`2930