Alerting Oncall
This skill automatically alerts on-call personnel based on defined triggers, streamlining incident response and reducing downtime.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add alerting-oncall npx -- -y @trustedskills/alerting-oncall
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"alerting-oncall": {
"command": "npx",
"args": [
"-y",
"@trustedskills/alerting-oncall"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The alerting-oncall skill allows AI agents to manage on-call schedules and escalate alerts appropriately. It can determine who is currently on-call based on a defined schedule, and then forward incident notifications to the correct individuals. This ensures timely responses to critical issues by routing them to the right people at the right time.
When to use it
- Incident Response: Automatically notify the on-call engineer when an alert triggers in your monitoring system.
- Escalation Management: Route alerts to secondary or tertiary contacts if the primary on-call person doesn't acknowledge within a specified timeframe.
- Schedule Adherence: Verify that notifications are sent according to the defined on-call schedule, ensuring coverage and accountability.
- Rotation Awareness: Determine who is responsible for handling an incident based on rotation schedules.
Key capabilities
- On-call schedule integration
- Incident notification routing
- Escalation logic
- Rotation awareness
Example prompts
- "Who is the on-call engineer for database alerts?"
- "Forward this PagerDuty alert to the current primary on-call."
- "What's the escalation policy if the on-call doesn’t acknowledge within 15 minutes?"
Tips & gotchas
The skill requires access to your on-call schedule data, which might be stored in a calendar or other system. Ensure that the AI agent has appropriate permissions and credentials to retrieve this information for accurate routing.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.