Recipe post mortem setup
Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.From its SKILL.md
npx -y skills add googleworkspace/cli --skill recipe-post-mortem-setupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
1.0 KB, 210 tokens by cl100k_base, as published. Nobody here has run it
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
- Create post-mortem doc:
gws docs +write --title 'Post-Mortem: [Incident]' --body '## Summary\n\n## Timeline\n\n## Root Cause\n\n## Action Items' - 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' - Notify in Chat:
gws chat +send --space spaces/ENG_SPACE --text '🔍 Post-mortem scheduled for [Incident].'
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.