incident-response

incident-response is a skill for Claude Code from joryeugene/tripod. It costs 53 tokens per session (1,719 once invoked), scanned A, original, no licence file.

An incident-response guide for handling production outages, alerts, and other urgent service problems. It covers classifying severity, communicating, tracking a timeline, and writing a blameless postmortem after the issue.

In plain words
What is it for?
Use it to triage a production incident, coordinate communication, maintain an incident timeline, or write a postmortem using the five-whys method after recovery.
Why use it?
It gives teams a shared process for deciding how serious an incident is and recording what happens. The postmortem focuses on learning from causes without blaming individuals.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the tripod plugin — 25 skills, 1 hook shipped together

Good fit Use it to triage a production incident, coordinate communication, maintain an incident timeline, or write a postmortem using the five-whys method after recovery.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/joryeugene/tripod/incident-response
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add joryeugene/tripod --skill incident-response
Clone the repo
git clone --depth 1 https://github.com/joryeugene/tripod

Made for: Claude Code.

Or install tripod, the plugin that ships this one along with the rest of its 25 skills, 1 hook.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for incident-response

README.md
[![agentmods](https://agentmods.dev/badge/skills/joryeugene/tripod/incident-response.svg)](https://agentmods.dev/skills/joryeugene/tripod/incident-response)
Your own site
<a href="https://agentmods.dev/skills/joryeugene/tripod/incident-response"><img src="https://agentmods.dev/badge/skills/joryeugene/tripod/incident-response.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,719 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.01719
Opus 5 $0.00026 $0.00860
Sonnet 5 $0.00011 $0.00344
Haiku 4.5 $0.00005 $0.00172

Measured 7d ago against content hash 8f2fa2f76f8f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

incident-response scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/incident-response/SKILL.md · 209 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 209 lines · 53 tokens per session scan A 8f2fa2f76f8f

Subscribe to this mod's changes

incident-response is a skill published in the GitHub repository joryeugene/tripod (2 stars, last pushed 8d ago), with no licence file. It adds 53 tokens to every session and 1,719 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

debug

Find the root cause of a failure with evidence, then fix it. Use this when something is broken: a bug, a failing test, an unexpected result, or an error you need to track down.

SyloRei/claude-godmode · 43 tokens

profile

Analyze and improve the performance of code that is too slow or too heavy: establish a baseline, find the real bottleneck with profiling, and recommend the highest-payoff optimizations. Use this when something is measurably slow and you need to know what to fix before changing it.

SyloRei/claude-godmode · 59 tokens

triage

Respond to a production incident, outage, or regression in the wild: establish the timeline, assess blast radius, and reconstruct what happened with cited evidence. Use this when something is failing in production and you need to understand it before fixing it.

SyloRei/claude-godmode · 51 tokens

diagnosing-bugs

Diagnosis loop for hard bugs and performance regressions. Builds a red-capable feedback loop and runs it before hypothesising — complements static code review (which finds bugs by reading) by running actual repros. Use when the user says 'diagnose'/'debug this', or reports something broken/throwing/failing/slow.

gtapps/claude-code-hermit · 72 tokens

issue-debugging

Systematic methodology for issue debugging including root cause analysis, impact mapping, tiered validation plans, and confidence assessment. Use when analyzing bugs, fixing issues, or validating fixes.

QBall-Inc/the-bulwark · 39 tokens

fix-bug

Run the Fix Validation pipeline to investigate, fix, and validate a bug. Ensures deterministic pipeline execution with IssueAnalyzer, FixWriter, TestWriter (conditional), TestAudit (conditional), and FixValidator stages.

QBall-Inc/the-bulwark · 46 tokens