# Incident Mode

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

- Skill: `jibaxzzz/incident-mode` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jibaxzzz/incident-mode`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jibaxzzz/incident-mode/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jibaxZZZ (https://skillmd.com/u/jibaxzzz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jibaxzzz/incident-mode

---


## 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.

