data-incident-response

Diagnose data quality incidents and pipeline failures with root-cause analysis and remediation plans.

1|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/nrakow/ae-skills-dev --skill data-incident-response
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-incident-response
Source: https://github.com/nrakow/ae-skills-dev/tree/main/skills/data-incident-response
Command: npx skills add https://github.com/nrakow/ae-skills-dev --skill data-incident-response

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data incidents, metric anomalies, and pipeline failures disrupt trust and decision-making; this skill provides a structured, repeatable workflow to triage, diagnose, and remediate issues end-to-end.

Core Features & Use Cases

  • Phased incident workflow: triage, root-cause analysis, blast-radius mapping, remediation, and postmortem validation.
  • Context-aware tooling: integrates with data-stack-context and CLI tools (test-results.js, source-freshness.js, manifest-lineage.js, manifest-coverage.js) to surface relevant signals.
  • Use Case: respond to a dashboard alert by quickly identifying failing models, stale sources, and impacted dashboards, then produce a remediation plan and a postmortem test.

Quick Start

Run the data-incident-response workflow to triage and remediate a data incident.

Frequently Asked Questions about data-incident-response

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run root-cause analysis for a dbt pipeline failure?

Root-cause analysis for a dbt pipeline failure is executed by running test-results.js and source-freshness.js to surface failing models and stale sources, then mapping the incident timeline to pinpoint the exact data quality breakdown.

What is blast-radius mapping for data incidents?

Blast-radius mapping for data incidents identifies all downstream metrics and dashboards impacted by a data quality anomaly. It uses manifest-lineage.js to trace dependencies and prevent affected data from reaching decision-makers.

How do I triage dashboard drift and metric anomalies?

Triage dashboard drift and metric anomalies by phasing the investigation: identify the alert source, run manifest-coverage.js to check test gaps, isolate the failing model, and assess the scope of the data incident before remediation.

How do I write a postmortem test after a data quality incident?

Write a postmortem test after a data quality incident by defining validation checks that capture the specific failure mode, then add it to your dbt suite to prevent regression. The workflow outputs a remediation plan and postmortem tests.

Do I need a data-stack-context to use this incident response workflow?

Yes, a data-stack-context is required to use this incident response workflow. It integrates with CLI tools like manifest-lineage.js and source-freshness.js to provide the necessary metadata for triaging and resolving data incidents.