recipe-post-mortem-setup
Create a Google Doc post-mortem report and schedule a related meeting in Google Calendar to review incidents, summarize lessons learned, and improve processes.
npx skills add googleworkspace/cli --skill recipe-post-mortem-setupBefore / After Comparison
1 组After a failure occurs, manually creating post-mortem documents and coordinating meeting times is often time-consuming and laborious. Poor communication can easily lead to information omissions or meeting delays, affecting the timely implementation of fault analysis and improvement measures.
Through automated processes, Google Docs post-mortem documents can be quickly created and Google Calendar meetings simultaneously scheduled. This greatly simplifies post-mortem preparation, ensures all relevant personnel can participate promptly, and significantly enhances the efficiency and effectiveness of fault post-mortems.
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 team@company.com --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].'
User Reviews (0)
Write a Review
No reviews yet
Statistics
User Rating
Rate this Skill