pagerduty Plugin
Plugin Claude Code Monitoring Monitoring & ObservabilityClaude Code Customization & WorkflowCode Quality, Review & TestingThe explanation below is AI-generated. Please verify it against the sources.
This is PagerDuty's open source repository of Claude Code plugins that bring operational intelligence into the development workflow. It provides two plugins: "pre-commit-risk-scoring," which correlates PagerDuty incident history with the current git diff to produce a pre-commit risk assessment, and "create-pagerduty-skill," an Early Access plugin for building PagerDuty skills used by the SRE Agent. Both plugins bundle a PagerDuty MCP server that requires an API token to function. The repository is licensed under Apache-2.0.
Overview
PagerDuty is an operational incident management platform; this repository packages Claude Code plugins that connect to PagerDuty's API (via a bundled MCP server) to bring incident data and skill-authoring workflows into the coding environment.
What you can do with pagerduty
- Install the plugin marketplace with /plugin marketplace add pagerduty/claude-code-plugins and browse/install plugins via /plugin
- Run /pagerduty:pre-commit-risk-scoring to analyze uncommitted git diff changes against PagerDuty incident history and change events for a mapped service
- Receive a structured output including active incidents, 90-day incident history, change analysis, correlation findings, a risk score (0–5), and recommendations
- Configure the PagerDuty service mapping via explicit argument, cached config, Backstage catalog-info.yaml annotation, auto-detection, or manual prompt
- (Early Access) Run /pagerduty:create-pagerduty-skill to interactively create or update PagerDuty skills for AI agents, with personal (max 25) or shared (max 50) scope, then deploy immediately to the PagerDuty platform
- Configure the required PAGERDUTY_API_KEY via per-repo or global Claude Code settings files
Sources
Original description (English)
Enhance code quality and security through PagerDuty risk scoring and incident correlation. Score pre-commit diffs against historical incident data and surface deployment risk before you ship.
History of pagerduty
- Plugin Added pagerduty