🧪 Skills
Recipe Post Mortem Setup
--- name: recipe-post-mortem-setup version: 1.0.0 description: "Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat." metadata: openclaw: category: "recipe"
v1.0.0
Description
name: recipe-post-mortem-setup version: 1.0.0 description: "Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat." metadata: openclaw: category: "recipe" domain: "engineering" requires: bins: ["gws"] skills: ["gws-docs", "gws-calendar", "gws-chat"]
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].'
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!