Skip scheduled maintenance
Skill aws-samples/sample-devops-agent-tools/skills/skip-scheduled-maintenance
Open-source tools for AWS DevOps Agent - extend DevOps Agent with ready-to-use skills, custom agents, and other tools, for incident response, root cause analysis, and operational troubleshooting
npx -y skills add aws-samples/sample-devops-agent-tools --skill skip-scheduled-maintenanceAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Skip low-priority incidents during a scheduled maintenance window. Use this skill to automatically filter MEDIUM and LOW severity alarms that fire during planned maintenance, avoiding unnecessary investigations for expected disruptions.
SKILL.md
0.7 KB, as published. Nobody here has run it
Skip Scheduled Maintenance
Skip all incidents that meet BOTH of the following criteria:
- The incident arrived between 2025-03-15 02:00 UTC and 2025-03-15 06:00 UTC
- Severity is MEDIUM or LOW
Do NOT skip HIGH or CRITICAL severity incidents, even during the maintenance window.