Repair bulk APIs, imports, and workers where one failed item hides successful work or triggers unsafe full retries.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
Fix our CSV importer. Currently, if one row has a formatting error, the entire upload fails and we have to restart the whole 10,000 row file.
Your agent does
I have updated the CsvImporter service to use database savepoints. Valid rows are now committed in chunks of 50, while invalid rows are logged to a new partial_failures table. You can now retry only the failed rows via the new /retry-batch endpoint.
What you get
About this skill
Repair bulk APIs, imports, and workers where one failed item hides successful work or triggers unsafe full retries.
This skill traces per-item state, transaction boundaries, side effects, and retry behavior. It adds partial-success results, savepoints, resumable checkpoints, idempotent retries, and recovery tests.
✔ Preserve successful items ✔ Retry only unresolved work ✔ Report exact item outcomes ✔ Recover after mid-batch crashes
Ideal for imports, bulk APIs, sync jobs, and data pipelines.
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean today
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
109 skills on Agensi
Frequently Asked Questions
Browse More Skills
Feature Flag Lifecycle Repair
Repair feature-flag lifecycle drift in a repository using Cursor.
Repair Export Snapshot Drift
Repair long-running exports that produce missing, duplicate, mixed-version, or inconsistent rows when source data changes mid-run.
Add API Endpoints Automatically
Automatically add API endpoints to existing projects.
Stop Retry Storms Under Failure
Repair retry loops that overload APIs, queues, and external services during outages.