$npx skillfedfor your agent

recipe-post-mortem-setup

This recipe orchestrates the full post-mortem workflow across Google Workspace: it creates a structured document in Docs, schedules a review meeting in Calendar, and sends a notification through Chat. Perfect for incident response teams needing to standardize their retrospective process.

recipe-post-mortem-setup automates post-mortem document creation, review scheduling, and team notification in Google Workspace.

AI-generated summary based on this skill's SKILL.md

30,031 1,753 Apache-2.0updated by googleworkspace

Decision gist · record as of 2026-07-22

recipe-post-mortem-setup automates post-mortem document creation, review scheduling, and team notification in Google Workspace. This recipe orchestrates the full post-mortem workflow across Google Workspace: it creates a structured document in Docs, schedules a review meeting in Calendar, and sends a notification through Chat. Perfect for incident response teams needing to standardize their retrospective process.

manual: git clone https://github.com/googleworkspace/cli → cp -r cli/skills/recipe-post-mortem-setup ~/.claude/skills/recipe-post-mortem-setup
skills/recipe-post-mortem-setup/SKILL.md · version ad3d0386

Use it when

  • Yes.
  • recipe-post-mortem-setup integrates with Google Calendar to automatically schedule your post-mortem review meeting.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

googleworkspace/cli/recipe-post-mortem-setup · repository language: Rust

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

What does recipe-post-mortem-setup automate?

recipe-post-mortem-setup automates the complete post-mortem workflow across Google Workspace. It creates a structured document in Google Docs, schedules a review meeting in Google Calendar, and sends team notifications through Google Chat—eliminating manual steps in incident retrospectives.

Can recipe-post-mortem-setup create a post-mortem document in Google Docs?

Yes. recipe-post-mortem-setup generates a post-mortem document directly in Google Docs using a built-in template, so your incident review has a consistent structure from the start. The document is ready for collaborative editing by your team.

How does recipe-post-mortem-setup schedule post-mortem review meetings?

recipe-post-mortem-setup integrates with Google Calendar to automatically schedule your post-mortem review meeting. It creates the calendar event and can include attendees, so your team receives invitations without manual coordination.

Does recipe-post-mortem-setup notify the team through Chat?

Yes. recipe-post-mortem-setup sends notifications to your team via Google Chat when the post-mortem is created and scheduled. This ensures everyone knows about the incident review without requiring separate announcements.

What is the incident post-mortem automation workflow in this recipe?

recipe-post-mortem-setup orchestrates incident post-mortem automation by linking Google Docs, Calendar, and Chat. It creates the documentation, schedules the meeting, and notifies stakeholders—streamlining your entire incident response retrospective process in one workflow.

Is recipe-post-mortem-setup suitable for incident response teams?

Absolutely. recipe-post-mortem-setup is designed for incident response teams that need to standardize their post-mortem process. It reduces manual work, ensures consistent documentation, and keeps teams aligned through automated scheduling and notifications.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

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].'
File tree — 1 file
skills/recipe-post-mortem-setup/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Automate post-mortem creation, scheduling, and team notification”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

recipe-find-free-time
by googleworkspace · googleworkspace/cli

This recipe queries Google Calendar's free/busy status across multiple users to identify shared availability windows. It retrieves busy/free data for a specified time range, then helps you spot overlapping open slots where all attendees can meet.

Apache-2.0updated Jul 2026
★ 30,031repo stars
persona-project-manager
by googleworkspace · googleworkspace/cli

This persona equips you to manage projects end-to-end using Google Workspace tools. Track progress in Sheets, schedule team standups in Calendar, share artifacts through Drive, and keep stakeholders informed via Gmail and Chat.

Apache-2.0updated Jul 2026
★ 30,031repo stars
recipe-reschedule-meeting
by googleworkspace · googleworkspace/cli

This recipe automates moving Google Calendar events to different times while sending updates to all attendees. It chains calendar lookup, event retrieval, and time-change operations into a single workflow.

Apache-2.0updated Jul 2026
★ 30,031repo stars
gws-calendar-insert
by googleworkspace · googleworkspace/cli

gws-calendar-insert adds new events to Google Calendar with required title and time fields, plus optional location, description, attendees, and Google Meet links. Configure which calendar receives the event and use RFC3339 timestamps for scheduling.

Apache-2.0updated Jul 2026
★ 30,031repo stars
Google Workspace Cli
by hoodini · hoodini/ai-agents-skills

A single command-line interface that connects to every Google Workspace API, from Drive and Gmail to Calendar, Sheets, Docs, Slides, Chat, and Admin tools. The CLI dynamically discovers available endpoints at runtime, so new Google APIs are supported automatically without updates. Built for both human operators and AI agents with JSON-structured output.

no license declared → metadata onlyupdated Jul 2026
★ 257repo stars
recipe-create-events-from-sheet
by googleworkspace · googleworkspace/cli

This recipe reads event data from a Google Sheets spreadsheet and creates corresponding Google Calendar entries in bulk. It combines the gws-sheets and gws-calendar skills to streamline event management workflows.

Apache-2.0updated Jul 2026
★ 30,031repo stars

More skills recipe-schedule-recurring-event (Apache-2.0) · recipe-batch-invite-to-event (Apache-2.0)

Tags
incident-managementworkflow-automationteam-collaborationdocumentation-templatesmeeting-coordinationmulti-tool-integrationincident-responseprocess-automation