respond-to-production-incidents

respond-to-production-incidents is a skill for Claude Code, Codex from AndrewDryga/emisar. It costs 132 tokens per session (5,203 once invoked), scanned B, original, no licence file.

A set of instructions for investigating and fixing incidents in live software systems through Emisar. An incident is an unexpected production problem, such as a degraded service.

In plain words
What is it for?
Use it when a production service is degraded, when you need to find the cause of an outage, stop further impact, stabilize an environment, or repair an infrastructure incident.
Why use it?
It helps an operator collect evidence, test possible causes, limit the damage, stabilize the system, and apply a lasting fix instead of only treating the symptom.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when a production service is degraded, when you need to find the cause of an outage, stop further impact, stabilize an environment, or repair an infrastructure incident.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andrewdryga/emisar/respond-to-production-incidents
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 AndrewDryga/emisar --skill respond-to-production-incidents
Clone the repo
git clone --depth 1 https://github.com/AndrewDryga/emisar

Made for: Claude Code, Codex.

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 respond-to-production-incidents

README.md
[![agentmods](https://agentmods.dev/badge/skills/andrewdryga/emisar/respond-to-production-incidents/github.svg)](https://agentmods.dev/skills/andrewdryga/emisar/respond-to-production-incidents)
Your own site
<a href="https://agentmods.dev/skills/andrewdryga/emisar/respond-to-production-incidents"><img src="https://agentmods.dev/badge/skills/andrewdryga/emisar/respond-to-production-incidents/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for respond-to-production-incidents

Your own site · 80×15
<a href="https://agentmods.dev/skills/andrewdryga/emisar/respond-to-production-incidents"><img src="https://agentmods.dev/badge/skills/andrewdryga/emisar/respond-to-production-incidents.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,203 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. 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.00132 $0.05203
Opus 5 $0.00066 $0.02601
Sonnet 5 $0.00026 $0.01041
Haiku 4.5 $0.00013 $0.00520

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

Security

Grade B, and why

respond-to-production-incidents scanned grade B with 1 finding 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 8d 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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

Privilege: <least privilege needed; no blanket sudo unless justified>
skills/respond-to-production-incidents/SKILL.md · 475 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 8d ago Changed 1d65ed4755d1
  2. 13d ago First seen · 475 lines · 132 tokens per session scan B 63bd9024ce1c

Subscribe to this mod's changes

respond-to-production-incidents is a skill published in the GitHub repository AndrewDryga/emisar (353 stars, last pushed today), with no licence file. It adds 132 tokens to every session and 5,203 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

workflow-setup

Configures GitHub Actions CI/CD workflows for testing, linting, and deployment. Use when setting up automation for a Python, Rust, or TypeScript project.

athola/claude-night-market · 37 tokens

email-evals

Author and safely run deterministic email-agent evaluation suites with dedicated e2a test agents. Use when a user wants to define synthetic email cases, validate a suite, inspect its dry-run plan, run it after approval, or regrade changed assertions.

tokencanopy/e2a · 53 tokens

code-guidelines-go

Go 1.24–1.27 coding guidelines for the dimetron/pi-go AI agent runtime. Use this skill whenever writing, reviewing, or refactoring ANY Go code in pi-go. This covers idiomatic style, error handling, concurrency, project layout, testing (table-driven, fuzz, benchmarks, synctest), new stdlib usage, golangci-lint v2…

dimetron/pi-go · 124 tokens

go-127

What changed in Go 1.27 (released August 2026) and how it changes the way Go is written in pi-go. Use this skill when writing or reviewing Go that could use a 1.27 feature, when bumping the go directive in go.mod, when a build or test behaves differently after a toolchain upgrade, or when code-guidelines-go points…

dimetron/pi-go · 177 tokens

bubbletea-testing

Use this skill whenever writing tests for Bubble Tea (charmbracelet/bubbletea) TUI applications in Go. Triggers include any mention of testing Bubble Tea models, teatest, golden file testing for TUIs, testing tea.Cmd or tea.Msg, snapshot testing terminal output, or writing tests for any Go CLI/TUI that uses the Elm…

dimetron/pi-go · 139 tokens

vhs-e2e-gif

Record a test run, a TUI session, or any terminal command as a GIF with VHS and attach it to a GitHub PR as a release-hosted asset, never a repo commit. Use when asked to record an e2e run, demo a fix on a PR, attach a GIF or screen recording to a pull request, show a test passing visually, or produce a terminal…

dimetron/pi-go · 106 tokens