investigating-pagerduty-incidents

Extract weekly PagerDuty incidents and GCP logs into a DOCX report.

22|5|Updated Jan 9, 2018
One-click install
npx skills add https://github.com/tdhopper/dotfiles2.0 --skill investigating-pagerduty-incidents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: investigating-pagerduty-incidents
Source: https://github.com/tdhopper/dotfiles2.0/tree/main/.claude/skills/investigating-pagerduty-incidents
Command: npx skills add https://github.com/tdhopper/dotfiles2.0 --skill investigating-pagerduty-incidents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of weekly PagerDuty incident reports by extracting root-cause analysis from GCP logs and producing a shareable Word document ready to paste into Slack.

Core Features & Use Cases

  • Fetch incidents from the past week (resolved + open)
  • For fan-audio: Query GCP logs around incident timestamps to identify root causes
  • Generate a concise Word document with key findings, action items, and debugging links for incident responders
  • Output a Slack-ready Word document named pagerduty-report-YYYY-MM-DD.docx

Quick Start

Run the workflow to fetch the last seven days of PagerDuty incidents and generate the report.

Frequently Asked Questions about investigating-pagerduty-incidents

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

FAQPage Schema
How do I automate weekly PagerDuty incident reporting with GCP logs?

Automating weekly PagerDuty incident reporting involves fetching past incidents and querying GCP logs around their timestamps to identify root causes. This produces a formatted Word document with actionable insights, streamlining on-call operations.

Can I generate a Word document from PagerDuty incident data for Slack?

Generating a Word document from PagerDuty incident data creates a Slack-ready DOCX file named pagerduty-report-YYYY-MM-DD.docx. It contains key findings, action items, and debugging links extracted from GCP logs for easy incident response sharing.

Does this incident report workflow analyze GCP logs for root-cause analysis?

This incident report workflow performs root-cause analysis by querying GCP logs around incident timestamps, specifically for fan-audio and fusion services. It correlates log events with PagerDuty alerts to identify and document actionable causes automatically.

What is the best way to extract PagerDuty incidents for a weekly on-call report?

Extracting PagerDuty incidents for a weekly on-call report is best handled by a deterministic workflow that retrieves data from the past seven days and pairs it with GCP log queries. This ensures consistent root-cause analysis and formatted document delivery.

Do I need GCP and PagerDuty configured to generate incident reports?

You need GCP and PagerDuty configured to generate incident reports because the workflow depends on retrieving incidents via PagerDuty and querying GCP logs for root-cause analysis. These integrations provide the necessary data to produce the final Word document.