pagerduty Claude Code Plugin
Claude Code PluginClaude CodeMonitoringMonitoring & ObservabilityCode Quality, Review & TestingClaude Code Customization & WorkflowThe explanation below is AI-generated. Please verify it against the sources.
This plugin bundles two PagerDuty-built sub-plugins for Claude Code: pre-commit-risk-scoring and create-pagerduty-skill. The risk-scoring tool compares your current git diff against PagerDuty incident history and active incidents for a mapped service, then returns a numeric risk score with recommendations before you commit. Service-to-repository mapping is resolved through a fallback chain that includes cached configuration, a Backstage annotation, auto-detection, or manual entry. The skill-creation tool (Early Access) walks you through an interview to build or update PagerDuty skills that the SRE Agent can use during incident response, supporting either a private or a shared scope.
About the service
PagerDuty is an operations platform used for incident management, automation, and AIOps, offering services such as incident detection, alerting, and AI-driven response agents. This plugin connects to that platform through its bundled MCP server.
What you can do with pagerduty
- Run /pagerduty:pre-commit-risk-scoring to evaluate current git changes against PagerDuty incident history for the mapped service
- Review active incidents, a 90-day incident history summary, and correlation findings between the change and past incidents
- Get a 0-5 risk score plus actionable recommendations before committing code
- Set a PagerDuty API key per-repo or globally so the bundled MCP server can authenticate
- Run /pagerduty:create-pagerduty-skill (Early Access) to build or update SRE Agent skills via a guided interview, choosing personal or shared scope