Skillshub recipe-post-mortem-setup

Create a Google Docs post-mortem, schedule a Google Calendar review, and notify via Chat.

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/googleworkspace/cli/recipe-post-mortem-setup" ~/.claude/skills/comeonoliver-skillshub-recipe-post-mortem-setup && rm -rf "$T"
manifest: skills/googleworkspace/cli/recipe-post-mortem-setup/SKILL.md
source content

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].'