monte-carlo-incident-response

仓库创建 2026年2月26日最近提交 23 小时前SkillHot 收录 20 天前
▸ 精选理由

把多个 Monte Carlo 技能串成统一响应流程,便于团队协作与治理。

▸ 风险提示

调用多个技能并需访问敏感监控数据与凭据

这个 Skill 做什么

编排数据事件响应全流程:分流、定位、修复与预防复发。

把数据事件的响应流程从分流、定位、修复到防复发串成一套有序工作流,适用于活跃告警、数据中断或管道失败时的应急处置。该工作流本身不直接实现修复逻辑,而是按步骤调用对应的 Monte Carlo 子技能来做具体调查和修复。好处是流程可追溯、便于协作并利于事后复盘。

▸ 展开 SKILL.md 英文原文

Orchestrate incident response — triage, root cause, remediate, prevent recurrence. USE WHEN active alerts, data broken, stale, pipeline failure, or investigate and fix a data incident.

自动化集成事件响应故障排查工作流编排通用
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/incident-response/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/skills/incident-response/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Monte Carlo Incident Response Workflow

This workflow orchestrates the full lifecycle of a data incident by sequencing
existing Monte Carlo skills. It does not contain investigation or remediation
logic itself — each step loads the relevant skill's SKILL.md which has the
actual instructions.

> **Monte Carlo tool routing (required):** Always call Monte Carlo MCP tools through this plugin's
> bundled server, whose fully-qualified tool names are
> `mcp__plugin_mc-agent-toolkit_monte-carlo-mcp__<tool>` (e.g.
> `mcp__plugin_mc-agent-toolkit_monte-carlo-mcp__get_alerts`). Bare tool names used in this skill
> (`get_alerts`, `search`, `get_table`, …) refer to that bundled server. If the session a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有