$npx -y skills add aws-samples/sample-devops-agent-tools --skill skip-scheduled-maintenanceSkip low-priority incidents during a scheduled maintenance window.
| 1 | # Skip Scheduled Maintenance |
| 2 | |
| 3 | Skip all incidents that meet BOTH of the following criteria: |
| 4 | |
| 5 | 1. The incident arrived between **2025-03-15 02:00 UTC** and **2025-03-15 06:00 UTC** |
| 6 | 2. Severity is MEDIUM or LOW |
| 7 | |
| 8 | Do NOT skip HIGH or CRITICAL severity incidents, even during the maintenance window. |