pd-incident-alerts

Fetch all alerts for a specific PagerDuty incident via the REST API.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/sjinks/ai-wp-vulnerability-triage --skill pd-incident-alerts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pd-incident-alerts
Source: https://github.com/sjinks/ai-wp-vulnerability-triage/tree/main/.agents/skills/pd-incident-alerts
Command: npx skills add https://github.com/sjinks/ai-wp-vulnerability-triage --skill pd-incident-alerts

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PagerDuty incident alerts are often scattered across dashboards and logs, making it hard to quickly understand incident impact. This skill retrieves all alerts for a specific incident, consolidating their details for rapid triage.

Core Features & Use Cases

  • Retrieve all alerts for a given PagerDuty incident, including severity, timestamps, and service context.
  • Support debugging and incident analysis by providing a complete alert timeline.
  • Generate concise summaries or feeds to incident reports.

Quick Start

Provide the PagerDuty incident ID and the skill will fetch all alerts using your API token.

Frequently Asked Questions about pd-incident-alerts

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

FAQPage Schema
How do I fetch all PagerDuty alerts for a specific incident?

To fetch PagerDuty alerts for a specific incident, you need to provide the incident ID and a PagerDuty API token with read access. The skill retrieves all alerts via the PagerDuty REST API, consolidating severity, timestamps, and service context for rapid triage.

What do I need to retrieve PagerDuty incident alerts using an API token?

You need a PagerDuty API token with read access and the specific incident ID. The skill uses these credentials to authenticate requests to the PagerDuty REST API, fetching a complete alert timeline for incident analysis and reporting.

Can I get a complete alert timeline for a PagerDuty incident?

Yes, you can get a complete alert timeline for a PagerDuty incident. By supplying the incident ID, the skill fetches all associated alerts via the REST API, consolidating severity, timestamps, and service context to support debugging and triage.

What is the best way to consolidate PagerDuty alerts for incident reports?

The best way to consolidate PagerDuty alerts for incident reports is to fetch all alerts for a specific incident ID using an API token. This skill retrieves severity, timestamps, and service context via the PagerDuty REST API, generating a concise feed for reporting.

Why does retrieving PagerDuty alerts require an API token with read access?

Retrieving PagerDuty alerts requires an API token with read access to authenticate secure requests to the PagerDuty REST API. This ensures the skill can properly access and fetch incident alert data, including severity, timestamps, and service context, for analysis.