pageduty-oncall
Installation
SKILL.md
PagerDuty On-Call Incident Investigator
Authenticate, list escalation policies, fetch all incidents and their details, then analyse relevance across Envato on-call teams.
Arguments
$ARGUMENTS[0]— (optional) Start date inYYYY-MM-DDformat. Defaults to today's date.$ARGUMENTS[1]— (optional) End date inYYYY-MM-DDformat. Defaults to today's date.
Target Escalation Policies
The list of escalation policies to investigate is resolved in order:
config.json—escalation_policiesarray in config.jsonPD_ESCALATION_POLICIES— comma-separated env var (e.g."Elements On Call, Platform Engineering (GPET) On-Call")- If both are empty, all escalation policies are included
System Requirements
pdCLI installed (https://github.com/martindstone/pagerduty-cli)nodeavailable on PATH- Environment variable
PAGEDUTY_API_TOKENset with a valid PagerDuty REST API token