pager-triage

Surface PagerDuty incidents and on-call context with confirm-guarded write operations.

10|2|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/cacheforge-ai/cacheforge-skills --skill pager-triage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pager-triage
Source: https://github.com/cacheforge-ai/cacheforge-skills/tree/main/skills/pager-triage
Command: npx skills add https://github.com/cacheforge-ai/cacheforge-skills --skill pager-triage

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, and includes scripts (resource) components.

What problem does it solve?

Surface PagerDuty incidents and on-call context for faster incident triage.

Core Features & Use Cases

  • Read incidents (incidents, detail, oncall, services, recent) to gain visibility into current state.
  • Write operations (ack, resolve, note) are gated by a confirmation step to prevent accidental changes.
  • Integrate with companion skills (prom-query, kube-medic, log-dive) for end-to-end incident analysis and remediation guidance.

Quick Start

Ask your agent to list incidents, drill into a specific incident for a deep dive, and perform confirm-guarded actions like acknowledge or resolve.

Frequently Asked Questions about pager-triage

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

FAQPage Schema
How do I automate PagerDuty triage to surface incidents and on-call context faster?

Automating PagerDuty triage surfaces current incidents and on-call context to accelerate incident response. It performs read operations for incidents, details, services, and recent activity, outputting deterministic JSON with a stable schema for immediate visibility.

Does this incident triage approach require specific command line dependencies?

Incident triage requires curl and jq installed in your environment. These command line dependencies are used to execute scripts that interact with the PagerDuty API, validate IDs, and process the deterministic JSON output.

Can I integrate PagerDuty incident triage with other monitoring and observability workflows?

PagerDuty incident triage integrates with companion skills like prom-query, kube-medic, and log-dive. This synergy enables end-to-end incident analysis and remediation guidance by combining alert context with metrics, Kubernetes state, and logs.

How does the automation handle API key security during incident response?

The automation enforces HTTPS and masks API keys during all PagerDuty API interactions. It validates incident and service IDs to ensure safe execution while providing deterministic JSON output for secure incident triage.