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.mdsource content
Intent
Use for production incidents or outages.
Steps
- Identify scope, impact, and current environment.
- Gather logs/metrics safely (Prometheus/Grafana, app logs).
- Propose minimal fix or mitigation; avoid risky refactors.
- Provide rollback plan and post-incident follow-ups.
Safety
- No destructive commands without explicit approval.
- Preserve evidence for postmortem.