incident-report

incident-report is a skill for Claude Code from RealDougEubanks/ClaudeMarketplace. It costs 33 tokens per session (2,101 once invoked), scanned A, original, MIT.

An incident-reporting tool that turns symptoms, log data, and timelines into reports for outages, security events, performance problems, or data loss.

In plain words
What is it for?
Use it to document incidents in Markdown files under docs/incidents/ and optionally publish them to Confluence. It also supports custom incident types, severity thresholds, and escalation contacts.
Why use it?
It removes the need to assemble incident details and format reports by hand. Templates and rules can be changed without editing the skill itself.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the incident-report plugin — 1 skill shipped together

Good fit Use it to document incidents in Markdown files under docs/incidents/ and optionally publish them to Confluence. It also supports custom incident types, severity thresholds, and escalation contacts.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add RealDougEubanks/ClaudeMarketplace
Claude Code
/plugin install incident-report

Made for: Claude Code.

Or install incident-report, the plugin that ships this one along with the rest of its 1 skill.

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-report

README.md
[![agentmods](https://agentmods.dev/badge/skills/realdougeubanks/claudemarketplace/incident-report/github.svg)](https://agentmods.dev/skills/realdougeubanks/claudemarketplace/incident-report)
Your own site
<a href="https://agentmods.dev/skills/realdougeubanks/claudemarketplace/incident-report"><img src="https://agentmods.dev/badge/skills/realdougeubanks/claudemarketplace/incident-report/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 incident-report

Your own site · 80×15
<a href="https://agentmods.dev/skills/realdougeubanks/claudemarketplace/incident-report"><img src="https://agentmods.dev/badge/skills/realdougeubanks/claudemarketplace/incident-report.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,101 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 original 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.00033 $0.02101
Opus 5 $0.00016 $0.01051
Sonnet 5 $0.00007 $0.00420
Haiku 4.5 $0.00003 $0.00210

Measured 10d ago against content hash d89d74b9328e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

incident-report 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 10d 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-report/SKILL.md · 160 lines

How it starts

The opening of the file, as written. The whole thing — 160 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Incident Report

Generate professional incident reports from symptoms, log data, and timeline information. Uses customizable templates and classification rules. Reports are saved to docs/incidents/ and can optionally be published to Confluence.


Extensibility

This skill loads templates from templates/ and rules from rules/ at runtime. To add a new incident type, create a template file in templates/. To customize severity thresholds or escalation contacts, edit the files in rules/. No changes to SKILL.md are needed.

New templates are auto-discovered via Glob — they must have a .md extension and valid frontmatter. New rule files are also auto-discovered and applied in filename-alphabetical order.


Instructions

Step 1 — Load Templates and Rules

Use Glob to find all .md files in ${CLAUDE_PLUGIN_ROOT}/templates/ and ${CLAUDE_PLUGIN_ROOT}/rules/ (the plugin's install directory). If ${CLAUDE_PLUGIN_ROOT} is not set (e.g. running from a local checkout of the marketplace repo), fall back to skills/incident-report/templates/ and skills/incident-report/rules/ relative to the current working directory.

The shipped files (siblings of this SKILL.md) are:

To save context, Read template frontmatter only (first ~6 lines) at this stage to build the registry; load a template's full body only after Step 3 selects it. Rules files are small — load them fully. Build an in-memory registry:

  • Templates registry: keyed by id from frontmatter; store name, incident_types, required_sections, and the file path (full body loaded on selection).
  • Rules registry: keyed by filename; store the full rule content for interpretation.

Read the full file on GitHub · 160 lines

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. 10d ago First seen · 160 lines · 33 tokens per session scan A d89d74b9328e

Subscribe to this mod's changes

incident-report is a skill published in the GitHub repository RealDougEubanks/ClaudeMarketplace (1 stars, last pushed yesterday), licensed MIT. It adds 33 tokens to every session and 2,101 once invoked, about $0.0002 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.