# Claude Code Agent: Pagerduty Incident Responder > Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx claude-code-templates@latest --agent development-tools/pagerduty-incident-responder --yes ``` Inspect before activation: ```bash npx claude-code-templates@latest --agent development-tools/pagerduty-incident-responder --yes --dry-run ``` --- ## What This Agent Covers Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs. This TokRepo page is an original install wrapper for the upstream Claude Code agent. It records the install path, source SHA, operational profile, and verification command without republishing the full upstream prompt body. --- ## Operating Profile - Category: Development Tools - Claude Code Templates path: `development-tools/pagerduty-incident-responder` - Tools declared upstream: read, search, edit, github/search_code, github/search_commits, github/get_commit, github/list_commits, github/list_pull_requests, github/get_pull_request, github/get_file_contents, github/create_pull_request, github/create_issue, github/list_repository_contributors, github/create_or_update_file, github/get_repository, github/list_branches, github/create_branch, pagerduty/* - Best fit: Claude Code projects that need a focused specialist agent and reproducible install command. - Codex usage: stage and inspect generated files before activation when project-global behavior is sensitive. --- ## Verification ```bash npx claude-code-templates@latest --agent development-tools/pagerduty-incident-responder --yes --dry-run ``` Expected installed file: ```text .claude/agents/pagerduty-incident-responder.md ``` --- ## Source & License - Source: [davila7/claude-code-templates development-tools/pagerduty-incident-responder.md](https://github.com/davila7/claude-code-templates/blob/main/cli-tool/components/agents/development-tools/pagerduty-incident-responder.md) - Source SHA: `7e32a5b116bb136ce35375eabb83dc7b9a96f40c` - Wrapper content hash is stored in TokRepo metadata. - License: MIT --- Source: https://tokrepo.com/en/workflows/claude-code-agent-pagerduty-incident-responder-d3f997e8 Author: TokRepo精选