pagerduty-incidents

Manage PagerDuty incidents through natural language commands.

8|Updated Nov 26, 2025
One-click install
npx skills add https://github.com/infiquetra/infiquetra-claude-plugins --skill pagerduty-incidents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pagerduty-incidents
Source: https://github.com/infiquetra/infiquetra-claude-plugins/tree/main/plugins/pagerduty/skills/pagerduty-incidents
Command: npx skills add https://github.com/infiquetra/infiquetra-claude-plugins --skill pagerduty-incidents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of PagerDuty incidents, allowing users to quickly query, acknowledge, resolve, and update incidents through natural language commands, reducing manual effort and response times.

Core Features & Use Cases

  • Incident Triage: List and filter incidents by status, urgency, service, or assignee.
  • Incident Actions: Acknowledge, resolve, or add notes to incidents.
  • Correlation: Integrate with other tools like Splunk and Slack for enhanced analysis and communication.
  • Use Case: When a critical alert fires, you can ask the AI to "Show me all high-urgency incidents from the last hour" and then "Acknowledge incident P12345 and add a note that I'm investigating."

Quick Start

Use the pagerduty-incidents skill to list all triggered incidents.

Frequently Asked Questions about pagerduty-incidents

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

FAQPage Schema
How do I manage PagerDuty incidents using natural language commands?

You can manage PagerDuty incidents using natural language commands to list, query, acknowledge, resolve, and add notes. This streamlines incident triage by reducing manual effort and accelerating response times for on-call SRE operations.

What do I need to authenticate and query PagerDuty incidents?

To authenticate and query PagerDuty incidents, you need the PAGERDUTY_API_KEY environment variable configured. The Python requests library is also required as a dependency to execute the API interactions.

Can I filter and triage PagerDuty alerts by urgency and service?

Yes, you can filter and triage PagerDuty alerts by status, urgency, service, or assignee. This allows you to quickly isolate high-urgency incidents during active operations and on-call rotations.

How do I acknowledge and resolve incidents during on-call alerting?

You acknowledge and resolve incidents during on-call alerting by issuing natural language commands to the interface. You can simultaneously add notes to incidents, such as tracking that an investigation is actively underway.

Does incident management work with Splunk and Slack for alert correlation?

Yes, incident management supports integration with Splunk and Slack for alert correlation and notification. This enhances analysis and communication across tools during incident response workflows.