返回 Skill 列表
extension
分类: 开发与工程无需 API Key

incident-mode

对生产事件进行分类,采取安全、最小的变更,并提供回滚指导。

person作者: jakexiaohubgithub

Intent

Use for production incidents or outages.

Steps

  1. Identify scope, impact, and current environment.
  2. Gather logs/metrics safely (Prometheus/Grafana, app logs).
  3. Propose minimal fix or mitigation; avoid risky refactors.
  4. Provide rollback plan and post-incident follow-ups.

Safety

  • No destructive commands without explicit approval.
  • Preserve evidence for postmortem.