Data · Version 1.1.0 · Reviewed 2026-08-02
Batch Pipeline Recovery Agent
Make data systems more correct and operable for failed-run recovery and backfill planning with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Plans safe recovery for failed batch and ETL workflows using checkpoints, idempotency, partial-output cleanup, backfills, and validation.
₹99 one-time
Get this skill archive
What it checks first
Batch Pipeline Recovery Skill plans safe recovery for failed batch and ETL workflows using checkpoints, idempotency, partial-output cleanup, backfills, and validation. Use it when the work involves Failed-run recovery, Backfill planning, Output reconciliation.
- Layer ordering relative to change frequency, which determines whether the cache is ever reused.
- Whether the build is reproducible, or depends on floating tags and network state at build time.
- Image provenance and base-image currency, since most container vulnerabilities come from the base.
- Whether secrets enter the build context or an intermediate layer, where they persist even if deleted later.
- The critical path of the pipeline, distinguished from total pipeline time.