用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/microsoft/GHCP-Lab --skill triage-alerts命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | triage-alerts |
| description | Triages a batch of alerts by severity and urgency, producing a prioritized action plan. |
| argument-hint | [alert-data-source] |
Use /triage-alerts when you need to:
This skill is especially useful during security incidents, monitoring system maintenance, or routine alert reviews.
The skill applies strict SLA-based triage rules to classify alerts into action buckets:
The skill produces a prioritized action plan with the following structure:
TRIAGE REPORT: [timestamp]
Generated by: triage-alerts
EXECUTIVE SUMMARY
─────────────────
Total Alerts: [count]
Critical: [count] Error: [count] Warning: [count] Info: [count]
Overall Risk Level: [Critical|High|Medium|Low]
PRIORITY 1: CRITICAL ALERTS (Response SLA: 1 minute)
──────────────────────────────────────────────────────
[For each critical alert]
ID: [alert-id]
Name: [alert-name]
Description: [description]
Location: [location] (Lat: [lat], Long: [long])
Source: [source]
Created: [timestamp]
Recommended Action: [action]
Escalation Path: [team-lead] → [on-call] → [external-partner]
SLA Deadline: [datetime]
PRIORITY 2: ERROR ALERTS (Response SLA: 15 minutes)
────────────────────────────────────────────────────
[For each error alert]
ID: [alert-id]
Name: [alert-name]
Status: [Active|Acknowledged|Resolved]
Assigned To: [team-member]
Recommended Action: [action]
SLA Deadline: [datetime]
PRIORITY 3: WARNING ALERTS (Response SLA: 1 hour)
──────────────────────────────────────────────────
[Grouped by location or source]
Count: [number]
Examples: [list of alert IDs]
Pattern: [description of commonality]
Recommended Action: [action]
PRIORITY 4: INFO ALERTS (Batch Processing)
───────────────────────────────────────────
Count: [number]
Batch Processing: Daily review recommended
Archive Action: [Auto-archive after 30 days unless correlated]
RECOMMENDATIONS
───────────────
1. [Action with highest impact]
2. [Action with medium impact]
3. [Follow-up action for trend analysis]
ESCALATION PATHS
────────────────
Critical → [Security Team Lead] → [Director] → [External SOC if required]
Error → [Primary Responder] → [Team Lead] → [Manager if unresolved in 1 hour]
Warning → [Monitoring Team] → [Trend Analysis Queue]
Info → [Daily Report Queue]
/triage-alerts from recent logs
/triage-alerts Critical alerts only
/triage-alerts from Camera source
/triage-alerts from location Building-A
/triage-alerts with incident-response-plan
/triage-alerts with emergency-sla
The skill automatically: