Home / lamngockhuong / aiteamkit · skills/incident/SKILL.md · GitHub

incident skillA

incident is agent-read markdown (skill) from lamngockhuong/aiteamkit: Run a production incident and close it properly: a timeline built from evidence, impact and severity, the proven root cause, the mitigation actually applied, a blameless postmortem, follow-up actions with owners and dates, and the runbook that makes the next occurrence shorter. Use during an outage, after one, or when writing the runbook for a recurring failure. Triggers on: "incident", "outage", "sự cố", "postmortem", "RCA", "root cause", "production down", "障害", "障害報告", "hotfix", "runbook", "/.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Incident Response and Postmortem (`atk:incident`)

Keeps an incident legible while it is happening and honest after it ends. During the incident the
priority is mitigation and a timestamped log; the analysis waits. Afterwards the cause must be
proven, not plausible, and the actions must have owners and dates or they will not happen.

## Scope

Handles: structuring the live response, recording the timeline, classifying severity and impact,
proving root cause, writing the blameless postmortem, generating follow-up actions, and writing or
updating the runbook.

Does NOT handle: fixing the code, which is `atk:fix` once the service is stable and the timeline no
longer needs a responder's attention; deploying the hotfix (`atk:release`); or assigning blame,
which is never an output of this skill.

## Roles

An Incident Commander is named first, before anything else, and is not the person typing commands.
SRE executes mitigation. Tech Lead owns the root cause analysis. PM owns stakeholder and client
communication. See `shared/team-roles.md`.

## Invocation

```bash
/atk:incident --live            # Structure an ongoing incident: roles, timeline, comms
…

Read the whole file at its exact version.

How to install

Latest version
mdr add lamngockhuong/aiteamkit/incident@git:20260922.c7615a5
Exact content
mdr add lamngockhuong/aiteamkit/incident@sha256:350b8432a43d69d5

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_cslcwejonvvsjytz.svg)](https://markdownregistry.com/a/art_cslcwejonvvsjytz)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.c7615a5 latest2026-09-22 c7615a5 5,483 BA view · diff
git:20260920.d282a912026-09-20 d282a91 5,253 BA view · diff
git:20260918.73a33f42026-09-18 73a33f4 4,915 BA view · diff
git:20260918.dcc08e92026-09-18 dcc08e9 4,811 BA view · diff
git:20260917.01d91de2026-09-17 01d91de 4,803 BA view · diff
git:20260917.cf90c7f2026-09-17 cf90c7f 4,568 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (5483 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

lamngockhuong/aiteamkit · 5 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_cslcwejonvvsjytz
GET https://markdownregistry.com/api/v1/resolve?ref=lamngockhuong/aiteamkit/incident
GET https://markdownregistry.com/api/v1/blob/350b8432a43d69d5b2a79a2d97cb7ad9d9668441d44bae7fc2089569c23b1bb6

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from lamngockhuong/aiteamkit

CLAUDE.md claude
lamngockhuong/aiteamkit · CLAUDE.md
git:20260924.59d6cfa · audit A · 5 stars
breakdown skill
lamngockhuong/aiteamkit · skills/breakdown/SKILL.md · Break an epic or a design document into owned, sequenced tasks: one deliverable each, an owner, a dependency order, the…
git:20260922.c7615a5 · audit A · 5 stars
catchup skill
lamngockhuong/aiteamkit · skills/catchup/SKILL.md · Summarise an epic or a pull request for someone who was not in the conversation that produced it: what the work is and…
git:20260921.7fc6a05 · audit A · 5 stars
convention skill
lamngockhuong/aiteamkit · skills/convention/SKILL.md · Extract, record, and enforce the coding conventions a team actually follows: branch and commit rules, naming, layering…
git:20260923.3195eb0 · audit A · 5 stars
design-doc skill
lamngockhuong/aiteamkit · skills/design-doc/SKILL.md · Write the technical design document a team reviews before coding, plus the ADR that records the decision behind it…
git:20260924.59d6cfa · audit A · 5 stars
estimate skill
lamngockhuong/aiteamkit · skills/estimate/SKILL.md · Estimate a backlog and fill a sprint against real team capacity: size each item with a stated basis, mark the…
git:20260922.c7615a5 · audit A · 5 stars
fix skill
lamngockhuong/aiteamkit · skills/fix/SKILL.md · Fix a defect the way a team reviewer will accept: capture the failure verbatim, prove the cause before changing a line…
git:20260922.2c10be8 · audit A · 5 stars
git skill
lamngockhuong/aiteamkit · skills/git/SKILL.md · Carry a finished piece of work into version control: read what changed, stage it after scanning for anything that must…
git:20260922.2c10be8 · audit A · 5 stars
handover skill
lamngockhuong/aiteamkit · skills/handover/SKILL.md · Hand work over to another person or team so nothing depends on the leaver's memory: the true state of each item…
git:20260920.d282a91 · audit A · 5 stars
help skill
lamngockhuong/aiteamkit · skills/help/SKILL.md · Answer which atk skill to run. With no argument it reads the state of the project, meaning the profile, the artifacts…
git:20260923.1028253 · audit A · 5 stars
implement skill
lamngockhuong/aiteamkit · skills/implement/SKILL.md · Write the code for a piece of work the way a team will accept it: decide whether the work needs a plan before a line is…
git:20260924.59d6cfa · audit A · 5 stars
init skill
lamngockhuong/aiteamkit · skills/init/SKILL.md · Set up atk in a project: read the repository to find the build, test, and lint commands, the layer layout, the tracker…
git:20260924.59d6cfa · audit A · 5 stars

Every file in lamngockhuong/aiteamkit

Other files named incident

incident skill
ulises-jeremias/agent-toolkit · plugins/agent-toolkit-complete/.github/skills/incident/SKILL.md · WHAT - Draft and review incident reports and RCA notes using Incident Management guidance;
git:20260831.856ee57 · audit A · 18 stars
incident skill
jikig-ai/soleur · plugins/soleur/skills/incident/SKILL.md · This skill should be used when scaffolding a redaction-gated post-incident report (PIR) after a production incident.
git:20260916.6c1dbcb · audit A · 15 stars
incident skill
greglas75/zuvo · skills/incident/SKILL.md · Incident response and postmortem generation from git/deploy context. When something breaks in production, this skill…
git:20260906.015072f · audit A · 7 stars
incident skill
chancegraff/rules-for-claude · skills/incident/SKILL.md · The process for a caught rule break. Open an incident folder, name the cause, record the fix and the check, close it…
git:20260921.64add91 · audit A · 4 stars

Browse by kind, by grade A, or by owner.