Claude-skill-registry incident-mode

Triage a production incident with safe, minimal changes and rollback guidance.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/incident-mode" ~/.claude/skills/majiayu000-claude-skill-registry-incident-mode && rm -rf "$T"
manifest: skills/data/incident-mode/SKILL.md
source content

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.