recipe-post-mortem-setup

Creates Google Docs post-mortems, schedules Calendar reviews, and sends Chat notifications.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill recipe-post-mortem-setup-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-post-mortem-setup
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/recipe-post-mortem-setup
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill recipe-post-mortem-setup-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? After an incident, teams must coordinate documentation, meetings, and communication across multiple Google Workspace tools, which is repetitive and error-prone when done manually. ## Core Features & Use Cases - Post-Mortem Document Creation: Generates a Google Docs post-mortem with a predefined structure covering Summary, Timeline, Root Cause, and Action Items. - Review Meeting Scheduling: Inserts a Google Calendar event with attendees and time range for the post-mortem review. - Team Notification: Sends a Google Chat message to the engineering space announcing the scheduled post-mortem. - Use Case: After resolving a production outage, run this recipe to instantly produce the incident document, book the review meeting, and notify the engineering channel in one workflow. ## Quick Start Set up a post-mortem for the recent database outage by creating the Google Doc, scheduling the review meeting, and notifying the team in Chat.

Frequently Asked Questions about recipe-post-mortem-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate post-mortem creation in Google Docs?

Use the gws docs +write command with a title and a structured body containing Summary, Timeline, Root Cause, and Action Items sections. This skill wraps that command into a repeatable recipe triggered after an incident.

How to schedule a post-mortem review meeting in Google Calendar from the command line?

Run gws calendar +insert with a summary, attendee email, and start/end timestamps. The recipe includes a ready-made command that books a one-hour review meeting for the incident.

What tools are required to run this post-mortem recipe?

The recipe requires the gws CLI binary plus three companion skills: gws-docs, gws-calendar, and gws-chat. All three skills must be loaded before executing the steps.

Can I customize the post-mortem template sections?

Yes, the document body is passed as a string to gws docs +write, so you can edit the section headers before running the command. The default template includes Summary, Timeline, Root Cause, and Action Items.

Why does the Chat notification step fail?

The gws chat +send command requires a valid space identifier such as spaces/ENG_SPACE. If the space ID is wrong or the gws-chat skill is not loaded, the notification step will not complete.