$npx -y skills add googleworkspace/cli --skill recipe-post-mortem-setupCreate a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
| 1 | # Set Up Post-Mortem |
| 2 | |
| 3 | > **PREREQUISITE:** Load the following skills to execute this recipe: `gws-docs`, `gws-calendar`, `gws-chat` |
| 4 | |
| 5 | Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat. |
| 6 | |
| 7 | ## Steps |
| 8 | |
| 9 | 1. Create post-mortem doc: `gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items'` |
| 10 | 2. Schedule review meeting: `gws calendar +insert --summary 'Post-Mortem Review: [Incident]' --attendee team@company.com --start '2026-03-16T14:00:00' --end '2026-03-16T15:00:00'` |
| 11 | 3. Notify in Chat: `gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'` |