
Recipe Post Mortem Setup
- 24k installs
- 30k repo stars
- Updated July 22, 2026
- googleworkspace/cli
recipe-post-mortem-setup is a Google Workspace recipe that creates post-mortem documentation, schedules review meetings, and notifies teams.
About
Set up incident post-mortems by creating a Google Docs document with template structure, scheduling a review meeting in Calendar, and notifying the team via Chat. Streamlines post-mortem coordination for incident response workflows.
- Create post-mortem document in Google Docs with template structure
- Schedule review meeting in Google Calendar and notify team via Chat
Recipe Post Mortem Setup by the numbers
- 23,971 all-time installs (skills.sh)
- +796 installs in the week ending Jul 28, 2026 (Skillselion tracking)
- Ranked #73 of 3,301 Productivity & Planning skills by installs in the Skillselion catalog
- Security screen: LOW risk (skills.sh audit)
- Data as of Jul 28, 2026 (Skillselion catalog sync)
What recipe-post-mortem-setup says it does
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.
npx skills add https://github.com/googleworkspace/cli --skill recipe-post-mortem-setupAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 24k |
|---|---|
| repo stars | ★ 30k |
| Security audit | 3 / 3 scanners passed |
| Last updated | July 22, 2026 |
| Repository | googleworkspace/cli ↗ |
How do you automate incident post-mortem setup?
project-management
Who is it for?
Engineering teams conducting incident post-mortems, needing to coordinate review meetings and share findings
Skip if: Teams using dedicated incident platforms with built-in timeline ingestion and action-item tracking should skip recipe-post-mortem-setup for native incident tooling.
When should I use this skill?
Incident needs post-mortem and team coordination
What you get
Google Docs post-mortem with Summary and Timeline sections, scheduled Calendar review event, and Google Chat team notification.
- Post-mortem Docs template
- Calendar review meeting
- Chat notification
By the numbers
- Requires 3 utility skills: gws-docs, gws-calendar, gws-chat
- Creates Docs with Summary and Timeline section headings
- OpenClaw engineering-domain recipe version 0.22.5
Files
Set Up Post-Mortem
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.
Steps
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' 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' 3. Notify in Chat: gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'
Related skills
How it compares
Choose recipe-post-mortem-setup for Workspace-native incident docs and notifications; use dedicated incident management skills when timeline import and action tracking are required.
FAQ
What does recipe-post-mortem-setup create?
recipe-post-mortem-setup uses gws docs +write to create a post-mortem document with Summary and Timeline headings, schedules a Calendar review, and posts a notification in Google Chat through gws-calendar and gws-chat.
Which skills does recipe-post-mortem-setup require?
recipe-post-mortem-setup requires gws-docs, gws-calendar, and gws-chat utility skills plus the gws binary from googleworkspace/cli v0.22.5, categorized under the engineering domain.
Is Recipe Post Mortem Setup safe to install?
skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.