用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill crisis-management-platform命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | crisis-management-platform |
| description | Crisis response platform integration and real-time monitoring |
| allowed-tools | ["Read","Write","Glob","Grep","Bash","WebFetch"] |
| metadata | {"specialization":"public-relations","domain":"business","category":"Crisis Communications","skill-id":"SK-005","dependencies":["Crisis management platform APIs","Slack/Teams APIs"]} |
The Crisis Management Platform skill provides crisis response platform integration and real-time monitoring capabilities. This skill enables rapid crisis detection, coordinated response, and comprehensive documentation throughout crisis situations.
const crisisDashboardConfig = {
monitoringSources: {
media: ['cision', 'meltwater'],
social: ['sprinklr', 'talkwalker'],
internal: ['employee-hotline', 'customer-service'],
regulatory: ['sec-filings', 'fda-alerts']
},
alertTiers: {
tier1: {
triggers: ['executive-mention-negative', 'regulatory-action', 'data-breach'],
escalation: 'immediate',
notification: ['cco', 'ceo', 'legal', 'crisis-team']
},
tier2: {
triggers: ['product-issue', 'employee-incident', 'competitor-attack'],
escalation: '15min',
notification: ['comms-director', 'pr-manager']
},
tier3: {
triggers: ['negative-review-spike', 'social-complaint-surge'],
escalation: '1hr',
notification: ['social-team', 'customer-service']
}
},
collaboration: {
platform: 'slack',
channels: {
: ,
: ,
:
}
},
: {
: [, , ],
: [],
: [, , ]
}
};
const crisisResponse = {
incident: {
id: 'INC-2026-001',
type: 'data-breach',
detectedAt: '2026-02-15T14:30:00Z',
severity: 'tier1',
status: 'active'
},
actions: [
{ time: '14:30', action: 'Alert triggered', owner: 'system' },
{ time: '14:32', action: 'Crisis team notified', owner: 'system' },
{ time: '14:45', action: 'War room activated', owner: 'CCO' },
{ time: '15:00', action: 'Holding statement approved', owner: 'Legal' },
{ time: '15:15', action: 'Dark site activated', owner: 'Digital' },
{ time: '15:30', action: 'Employee communication sent', owner: 'Internal Comms' },
{ time: '16:00', action: 'Press statement released', owner: }
],
: {
: ,
: ,
: ,
: ,
: ,
:
},
: {
: { : , : },
: { : , : },
: { : , : },
: { : , : }
}
};
This skill integrates with the following PR processes:
| Process | Integration Points |
|---|---|
| crisis-communications-plan.js | Plan activation |
| crisis-response-execution.js | Response coordination |
| crisis-simulation-training.js | Training scenarios |
| post-crisis-analysis.js | Analysis and reporting |
| Metric | Description | Target |
|---|---|---|
| Detection Time | Time to detect crisis | <15 minutes |
| Response Time | Detection to first response | <1 hour |
| Stakeholder Notification | Time to notify key stakeholders | <30 minutes |
| Message Consistency | Alignment across channels | 100% |
| Resolution Time | Time to crisis resolution | Minimized |