incident-triage

incident-triage is a skill for Claude Code, Codex from chakri192/ripple. It costs 96 tokens per session (1,141 once invoked), scanned A, original, Apache-2.0.

An incident-investigation workflow for DataHub, a catalog that describes data assets such as tables, views, and dashboards. It traces downstream dependencies, finds owners, ranks affected assets, writes an incident report, and saves the result back in the catalog.

In plain words
What is it for?
Use it to investigate broken or at-risk DataHub assets, trace their downstream impact, identify owners, answer change-impact questions, and open a recorded incident.
Why use it?
It shows what may be affected when a data asset breaks or changes, who is responsible, and how serious the impact is.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate broken or at-risk DataHub assets, trace their downstream impact, identify owners, answer change-impact questions, and open a recorded incident.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chakri192/ripple/incident-triage
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 chakri192/ripple --skill incident-triage
Clone the repo
git clone --depth 1 https://github.com/chakri192/ripple

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 incident-triage

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/chakri192/ripple/incident-triage"><img src="https://agentmods.dev/badge/skills/chakri192/ripple/incident-triage.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,141 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.00096 $0.01141
Opus 5 $0.00048 $0.00571
Sonnet 5 $0.00019 $0.00228
Haiku 4.5 $0.00010 $0.00114

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

Security

Grade A, and why

incident-triage 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-triage/SKILL.md · 104 lines

How it starts

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

Incident Triage Skill

A reusable DataHub Agent Skill that turns "this asset broke" into an actionable, persisted incident. It works with any MCP client connected to the DataHub MCP Server. Read-only tools do the investigation; mutation tools persist the result.

The split is deliberate: lineage traversal, owner resolution, and ranking are deterministic — same input, same output, every run. A model is only used to write the human-readable narrative. Nothing about what is affected is generated by a model, which is what makes the result safe to act on.

When to use

Trigger this skill when the user says any of:

  • "X broke / is failing / has bad data — what's affected?"
  • "What breaks if I change / drop / rename X?"
  • "Who owns the things downstream of X?"
  • "Open an incident for X."

Inputs

  • target — the URN (or a name to search for) of the broken / at-risk asset.

Procedure

  1. Resolve the target. If given a name rather than a URN, call search to find the matching entity; confirm with the user if ambiguous.

  2. Trace the blast radius. Call get_lineage with direction: DOWNSTREAM and a generous hop count. Collect every downstream dataset, dashboard, chart, and model, keeping each entity's hop distance (degree) from the source.

  3. Enrich. For the affected entities, call get_entities to pull ownership, platform, domains, and glossary terms. Flag customer-facing surfaces (dashboards / charts) and owned production tables as high priority.

  4. Rank. Order the blast radius by criticality: customer-facing first, then owned production assets, then everything else, with closer hops ranked higher. A simple, transparent scoring function keeps the ranking reproducible.

  5. Report. Produce a concise Markdown incident report:

    • a one-line summary of scope (N assets, M customer-facing, owners to page),
    • a ranked impact table (asset · platform · type · hops · owners),
    • a short recommended-actions checklist.

Read the full file on GitHub · 104 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 104 lines · 96 tokens per session scan A 12368ea628b1

Subscribe to this mod's changes

incident-triage is a skill published in the GitHub repository chakri192/ripple (0 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 96 tokens to every session and 1,141 once invoked, about $0.0005 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

zarr-python

Chunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines.

synthetic-sciences/openscience · 42 tokens

claw-admin

Claw system administration: service management, IM connections, logs, cron, and workspace diagnostics. Use when the user asks to manage claw services, connect/disconnect IM platforms, view logs, or perform system-wide operations.

x-cmd/x-cmd · 48 tokens

session-investigator

Investigate fast-agent session and history files to diagnose issues. Use when a session ended unexpectedly, when debugging tool loops, when correlating sub-agent traces with main sessions, or when analyzing conversation flow and timing. Covers session.json metadata, history JSON format, message structure, tool…

evalstate/fast-agent · 68 tokens

aeon

This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard…

synthetic-sciences/openscience · 74 tokens

optimize

Review code for efficiency and performance. Triggered by "/optimize" when user wants to identify bottlenecks or improve performance.

x-cmd/x-cmd · 29 tokens

geopandas

Python library for working with geospatial vector data including shapefiles, GeoJSON, and GeoPackage files. Use when working with geographic data for spatial analysis, geometric operations, coordinate transformations, spatial joins, overlay operations, choropleth mapping, or any task involving…

synthetic-sciences/openscience · 125 tokens