jh941213/codex-lattice · Archived

incident-response

Production incident and major-error response workflow. Use for outages, degraded service, repeated hook/tool failures, security incidents, data loss, rollback decisions, on-call triage, or when MAJOR_ERRORS.md shows blocking failures.

First seen Aug 25, 2026

Installation

$ npx skills add jh941213/codex-lattice --skill incident-response

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jh941213/codex-lattice · top by installs.

npx skills add jh941213/codex-lattice

Browse all from jh941213/codex-lattice

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 19
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,459 B
  • docs SUMMARY.md 259 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

Incident Response

Use this skill when a production incident, major repeated error, rollback decision, or on-call triage is involved.

Workflow

  1. Stabilize first: stop risky changes, preserve logs, and identify the affected service or workflow.
  2. Classify severity in docs/harness/INCIDENT_RESPONSE.md.
  3. Capture timeline, impact, suspected trigger, current mitigation, and owner.
  4. Prefer read-only diagnostics before mutating systems.
  5. If rollback is safer than forward fix, document the rollback command and validation.
  6. Update model-visible major errors only with information the next agent must read.
  7. After mitigation, create or update docs/harness/POSTMORTEM_TEMPLATE.md.

Severity Guide

  • SEV0: data loss, security exposure, total outage, destructive automation.
  • SEV1: customer-visible outage or broken critical workflow.
  • SEV2: partial degradation, failed deployment, repeated operational failure.
  • SEV3: non-urgent defect, flaky check, noisy alert.

Required Output

Return:

  • severity
  • impact
  • immediate mitigation
  • diagnostics run
  • rollback or forward-fix decision
  • follow-up action items
  • postmortem required: yes/no