Incident review
When to use
Use this skill after or during a contained incident when people need a trustworthy
timeline, impact record, contributing-conditions analysis, and prevention follow-up.
Do not use it as a substitute for live containment, paging, emergency escalation, or
security/legal reporting. Not for attributing personal blame, filling gaps with a
plausible root cause, or reviewing an event without cited evidence.
Inputs and source discipline
Collect an incident identifier, review scope, start and end bounds, affected systems,
and the review as-of date/time. Use a named IANA timezone when available and preserve
each source's original timestamp and timezone or offset.
Create an evidence ledger for logs, alerts, deploy records, traces, tickets, support
reports, communications, and interviews. For every event or impact claim record the
source, source date, as-of date/time, locator, timestamp precision, and freshness.
Record missing sources and access limits as unknown rather than compensating with
memory. Keep raw evidence separate from analysis.
Method
- Define the incident boundary and affected service or users from cited evidence.
Do not invent severity, duration, counts, percentages, or business impact.
- Build a timezone-aware timeline. Preserve the reported timestamp and timezone,
add a normalized timestamp only when conversion is valid, and cite the source for
every row. If two credible sources disagree, retain both rows and mark the point
contradictory instead of forcing an order.
- Separate facts (directly observed or cited), hypotheses (inferred
explanations), unknowns, stale evidence, and contradictions. Test a
hypothesis against available evidence; do not call it a cause or root cause until
the evidence supports that wording.
- Use a blameless method: describe system conditions, incentives, interfaces,
safeguards, detection, response, and recovery. Name actions and controls, not
people as the cause. Explain what was reasonable to know at the time.
- Define prevention and detection actions with the failure mode they address, a
proof or acceptance measure, a follow-up date only when evidenced, and an owner.
Use
TBD for an unassigned owner or date; never guess an owner or make a status
claim from an unchecked task list.
- Present recommendations and follow-up choices to the human authority. A
recommendation is not a human decision, and prevention work is not complete until
its proof is read back.
Truth and uncertainty rules
Use the labels observed, inferred, unknown, stale, and contradictory on the timeline
and analysis. A fact is not a hypothesis; a hypothesis is not a confirmed cause.
When evidence is missing or timestamps cannot be reconciled, say so, preserve the
conflict, and state what would resolve it.
Never invent dates, metrics, owners, intent, money, percentages, causes, status, or
evidence. Do not turn a plausible narrative into a fact, and do not use silence in a
log as proof that an event did not happen. Make confidence proportional to cited
evidence.
Output contract
Return a review containing:
- incident scope, as-of time, timezone, systems, and impact claims with citations;
- a timezone-aware fact timeline with original timestamps, source/date provenance,
confidence, and contradictory rows retained;
- separate Facts, Hypotheses, Unknowns, Stale evidence, and Contradictions sections;
- a blameless account of contributing system conditions and detection/response gaps;
- prevention and detection actions with owner or
TBD, proof measure, follow-up, and
current status only when observed; and
- source links, confidence, unknowns, contradictions, and a recommendation clearly
labelled as non-decision guidance.
Safety and write boundaries
The default is read-only. Preview the exact report or task changes, obtain explicit
confirmation from the human authority, and only then write or initiate an action.
Do not page people, change production systems, close incident records, assign owners,
or send external communications from an unconfirmed recommendation. Preserve raw
incident evidence and avoid exposing sensitive details beyond the review need.
Verification and recovery
Read back the completed review and reconcile every timeline row's timezone, ordering,
source citation, impact statement, action owner, proof measure, and status with the
source ledger. Re-check that hypotheses remain labelled and that no unsupported cause
or date entered the document.
If a read or write fails, stop, report the failure and any partial output, and retain
the raw evidence. Re-read the destination before retrying; do not overwrite a partial
review or silently drop contradictions. Recovery consists of an append-only correction
or follow-up update after human confirmation, with the failed check and new evidence
recorded.
1---2name: incident-review3description: Use when a service or operational incident needs a cited, timezone-aware timeline, blameless learning review, or prevention actions with accountable follow-up.4---56<!-- Generated from `.claude/skills/_available/engineering/incident-review/SKILL.md` by `scripts/generate-agents-skills.py`. Do not edit. -->78# Incident review910## When to use1112Use this skill after or during a contained incident when people need a trustworthy13timeline, impact record, contributing-conditions analysis, and prevention follow-up.1415Do not use it as a substitute for live containment, paging, emergency escalation, or16security/legal reporting. Not for attributing personal blame, filling gaps with a17plausible root cause, or reviewing an event without cited evidence.1819## Inputs and source discipline2021Collect an incident identifier, review scope, start and end bounds, affected systems,22and the review as-of date/time. Use a named IANA timezone when available and preserve23each source's original timestamp and timezone or offset.2425Create an evidence ledger for logs, alerts, deploy records, traces, tickets, support26reports, communications, and interviews. For every event or impact claim record the27source, source date, as-of date/time, locator, timestamp precision, and freshness.28Record missing sources and access limits as unknown rather than compensating with29memory. Keep raw evidence separate from analysis.3031## Method32331. Define the incident boundary and affected service or users from cited evidence.34 Do not invent severity, duration, counts, percentages, or business impact.352. Build a timezone-aware timeline. Preserve the reported timestamp and timezone,36 add a normalized timestamp only when conversion is valid, and cite the source for37 every row. If two credible sources disagree, retain both rows and mark the point38 contradictory instead of forcing an order.393. Separate **facts** (directly observed or cited), **hypotheses** (inferred40 explanations), **unknowns**, **stale evidence**, and **contradictions**. Test a41 hypothesis against available evidence; do not call it a cause or root cause until42 the evidence supports that wording.434. Use a blameless method: describe system conditions, incentives, interfaces,44 safeguards, detection, response, and recovery. Name actions and controls, not45 people as the cause. Explain what was reasonable to know at the time.465. Define prevention and detection actions with the failure mode they address, a47 proof or acceptance measure, a follow-up date only when evidenced, and an owner.48 Use `TBD` for an unassigned owner or date; never guess an owner or make a status49 claim from an unchecked task list.506. Present recommendations and follow-up choices to the human authority. A51 recommendation is not a human decision, and prevention work is not complete until52 its proof is read back.5354## Truth and uncertainty rules5556Use the labels observed, inferred, unknown, stale, and contradictory on the timeline57and analysis. A fact is not a hypothesis; a hypothesis is not a confirmed cause.58When evidence is missing or timestamps cannot be reconciled, say so, preserve the59conflict, and state what would resolve it.6061Never invent dates, metrics, owners, intent, money, percentages, causes, status, or62evidence. Do not turn a plausible narrative into a fact, and do not use silence in a63log as proof that an event did not happen. Make confidence proportional to cited64evidence.6566## Output contract6768Return a review containing:6970- incident scope, as-of time, timezone, systems, and impact claims with citations;71- a timezone-aware fact timeline with original timestamps, source/date provenance,72 confidence, and contradictory rows retained;73- separate Facts, Hypotheses, Unknowns, Stale evidence, and Contradictions sections;74- a blameless account of contributing system conditions and detection/response gaps;75- prevention and detection actions with owner or `TBD`, proof measure, follow-up, and76 current status only when observed; and77- source links, confidence, unknowns, contradictions, and a recommendation clearly78 labelled as non-decision guidance.7980## Safety and write boundaries8182The default is read-only. Preview the exact report or task changes, obtain explicit83confirmation from the human authority, and only then write or initiate an action.84Do not page people, change production systems, close incident records, assign owners,85or send external communications from an unconfirmed recommendation. Preserve raw86incident evidence and avoid exposing sensitive details beyond the review need.8788## Verification and recovery8990Read back the completed review and reconcile every timeline row's timezone, ordering,91source citation, impact statement, action owner, proof measure, and status with the92source ledger. Re-check that hypotheses remain labelled and that no unsupported cause93or date entered the document.9495If a read or write fails, stop, report the failure and any partial output, and retain96the raw evidence. Re-read the destination before retrying; do not overwrite a partial97review or silently drop contradictions. Recovery consists of an append-only correction98or follow-up update after human confirmation, with the failed check and new evidence99recorded.