incident-triage-and-pipeline-recovery

incident-triage-and-pipeline-recovery is a skill for Claude Code, Codex from vaquarkhan/data-engineering-agent-skills. It costs 49 tokens per session (595 once invoked), scanned A, original, MIT.

Guidance for handling production data incidents, such as failed pipeline runs, incorrect or incomplete data, missed deadlines, or damaged processing state. It covers containment, diagnosis, rollback, replay, and communication.

In plain words
What is it for?
Use it during failed or incorrect production data jobs, freshness delays, emergency rollbacks, replays, corrections, or backfills.
Why use it?
It provides a controlled recovery process that limits further damage before fixes or reruns are attempted. It also helps identify affected datasets, time periods, and downstream users.

Skill for Claude CodeCodex

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

Good fit Use it during failed or incorrect production data jobs, freshness delays, emergency rollbacks, replays, corrections, or backfills.

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

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-and-pipeline-recovery

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/vaquarkhan/data-engineering-agent-skills/incident-triage-and-pipeline-recovery"><img src="https://agentmods.dev/badge/skills/vaquarkhan/data-engineering-agent-skills/incident-triage-and-pipeline-recovery.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 595 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.00049 $0.00595
Opus 5 $0.00024 $0.00298
Sonnet 5 $0.00010 $0.00119
Haiku 4.5 $0.00005 $0.00060

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

Security

Grade A, and why

incident-triage-and-pipeline-recovery 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 12d 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-and-pipeline-recovery/SKILL.md · 80 lines

How it starts

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

Incident Triage And Pipeline Recovery

Overview

Use this skill when production behavior is already wrong and the team needs controlled recovery. It helps agents contain blast radius, diagnose quickly, restore trust, and avoid making the incident worse.

When to Use

  • failed production runs
  • bad or partial publishes
  • corrupted incremental state
  • freshness SLA breaches
  • emergency rollback or replay decisions

Do not jump to fixes before stabilizing the system and understanding impact.

Workflow

  1. Contain the incident. Decide whether to:

    • pause schedules
    • block downstream publish
    • isolate bad partitions
    • notify owners and consumers
  2. Pull live signals before mutation when possible. Load mcp-data-observability-integration to inspect lag, run state, or Spark stage metrics before reruns or replays.

  3. Classify impact. Identify:

    • affected datasets
    • time window
    • downstream consumers
    • whether data is late, missing, duplicated, or wrong
  4. Determine the safest recovery path. Options include:

    • rerun
    • replay
    • rollback
    • partial correction
    • full backfill

    When replay or backfill is chosen, load safe-backfill-and-replay-orchestration and draft templates/backfill-plan.yaml before execution.

  5. Validate recovery before reopening publish paths.

  6. Record the incident and add a guardrail. A fixed incident with no prevention work is unfinished.

  7. Turn high-value incidents into repeatable resilience tests. Load skills/data-resiliency-testing-and-failure-injection/SKILL.md or references/data-resiliency-testing-patterns.md when the same failure mode must be prevented from surprising the team again.

Common Rationalizations

Rationalization Reality
"Let us rerun everything now." Blind reruns can duplicate data or destroy evidence.
"We can clean up downstream later." Downstream trust loss is often harder to recover than the pipeline itself.
"The root cause can wait." Without a guardrail, the same incident often returns quickly.

Read the full file on GitHub · 80 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. 12d ago First seen · 80 lines · 49 tokens per session scan A beac27f2c5d7

Subscribe to this mod's changes

incident-triage-and-pipeline-recovery is a skill published in the GitHub repository vaquarkhan/data-engineering-agent-skills (45 stars, last pushed 3mo ago), licensed MIT. It adds 49 tokens to every session and 595 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-30.

Related

Other skills, from other repositories

kafka-consumer-lag

Analyse Kafka consumer group lag using the Lenses MCP server. Diagnoses lag causes (throughput bottlenecks, rebalancing, partition skew, stalled consumers) and suggests remediation. Use when user says "check consumer lag", "why are consumers slow", "lag report" or asks about consumer group health or offset progress.…

lensesio/agentic-engineering-for-apache-kafka · 84 tokens

git-advanced-workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.

wshobson/agents · 54 tokens

diagnose-backend-bug

Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…

QoderAI/better-harness · 87 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens

remove-deadcode

Remove unused code from this project with ultrawork mode, LSP-verified safety, atomic commits. Triggers: remove dead code, dead code, cleanup, remove unused.

code-yeongyu/oh-my-openagent · 41 tokens

memorix-troubleshooting

Use when Memorix MCP, setup, project binding, HTTP control plane, hooks, skills, or agent integration is missing, stale, or failing.

AVIDS2/memorix · 36 tokens