pagerduty-automation
Automate PagerDuty Incident Management
Claude에서 직접 PagerDuty 인시던트, 서비스, 스케줄 및 온콜 로테이션을 관리합니다. AI 어시스턴트를 벗어나지 않고 인시던트 대응 워크플로를 간소화합니다.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"pagerduty-automation" 사용 중입니다. Who is on-call for the platform team this week?
예상 결과:
- Schedule: Platform Team On-Call
- Current on-call: John Smith (john.smith@company.com)
- Rotation: Weekly
- Next handoff: Monday 9:00 AM UTC
"pagerduty-automation" 사용 중입니다. Create a high-urgency incident titled 'Payment Gateway Timeout' for the checkout service
예상 결과:
- Incident created successfully
- ID: P123XYZ
- Status: triggered
- Service: Checkout API
- Urgency: high
- Escalated to: Platform On-Call
보안 감사
안전All 112 static findings are FALSE POSITIVES. The SKILL.md file is pure documentation describing PagerDuty automation via Rube MCP server. Static analyzer incorrectly flagged tool names (e.g., PAGERDUTY_FETCH_INCIDENT_LIST) as shell commands, but these are MCP tool identifiers in documentation text only. The hardcoded URL is the legitimate Rube MCP endpoint. No executable code, command injection vectors, or malicious patterns exist.
위험 요인
⚙️ 외부 명령어
🌐 네트워크 접근 (1)
품질 점수
만들 수 있는 것
인시던트 대응자
'P123ABC 인시던트 확인'과 같은 자연어 명령을 실행하여 온콜 교대 중 인시던트를 빠르게 확인하거나 해결합니다
DevOps 자동화 엔지니어
Claude Code를 통해 프로그래밍 방식으로 인시던트 생성, 서비스 구성 관리 및 온콜 스케줄 설정
팀 리드
모든 스케줄에서 현재 온콜인 사용자 확인 및 PagerDuty에 로그인하지 않고 에스컬레이션 정책 생성 또는 수정
이 프롬프트를 사용해 보세요
Who is currently on-call for the production support schedule?
Acknowledge incident P123ABC with note: 'Working on database connection issue'
Create a new PagerDuty service named 'Checkout API' using escalation policy 'Default' with alert creation set to 'create_incidents'
List all unacknowledged incidents from the last 2 hours, grouped by service
모범 사례
- Always call RUBE_SEARCH_TOOLS first to get current available tool schemas before running commands
- Verify connection status shows ACTIVE before executing workflows
- Use the preview tool before saving complex schedule changes
피하기
- PagerDuty 연결이 활성 상태인지 확인하지 않고 인시던트 생성 시도
- 기존 에스컬레이션 정책 없이 서비스 생성 시도
- 인시던트를 뒤로 전환하려고 시도 (resolved -> triggered)