check_critical_news
Monitor Arch Linux news for critical updates requiring manual intervention by scanning for keywords like 'action required' and 'breaking change' to prevent system issues.
Instructions
Check for critical Arch Linux news requiring manual intervention. Scans recent news for keywords: 'manual intervention', 'action required', 'breaking change', etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of recent news items to check (default 20) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 20,
"description": "Number of recent news items to check (default 20)",
"type": "integer"
}
},
"required": [],
"type": "object"
}