agency-ai-data-remediation-engineer

Generate deterministic transformation logic to remediate data anomalies in production pipelines.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/anavvanzin/Research --skill agency-ai-data-remediation-engineer-anavvanzin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-ai-data-remediation-engineer
Source: https://github.com/anavvanzin/Research/tree/main/cowork/integrations/antigravity/agency-ai-data-remediation-engineer
Command: npx skills add https://github.com/anavvanzin/Research --skill agency-ai-data-remediation-engineer-anavvanzin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of data anomalies in production pipelines by generating deterministic, auditable transformation logic via local AI, ensuring that data is not directly mutated and no sensitive information leaves the perimeter.

Core Features & Use Cases

  • Semantics-based anomaly compression to group millions of similar errors into a small set of actionable remediation patterns.
  • Air-gapped fix generation using local LLMs to produce safe lambda or SQL transformations with full traceability.
  • End-to-end auditability and zero-data-loss guarantees, including quarantine pathways for uncertain rows.

Quick Start

Provide a sample of anomalous rows and let the agent generate auditable, deterministic fix logic that can be applied after strict validation.

Frequently Asked Questions about agency-ai-data-remediation-engineer

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

FAQPage Schema
How do I automatically fix data anomalies in production pipelines without direct mutation?

Data anomaly remediation generates deterministic transformation logic, such as SQL or lambda functions, to correct production pipeline errors without directly mutating the underlying data. This ensures safe, auditable fixes through strict validation gates before any application occurs.

Can I generate data remediation logic locally using air-gapped LLMs?

Yes, local LLMs generate deterministic remediation logic in air-gapped environments. This approach produces safe SQL or lambda transformations with full traceability while ensuring sensitive PII never leaves your security perimeter during the fix generation process.

What is semantic clustering for data anomaly detection?

Semantic clustering for data anomaly detection groups millions of similar pipeline errors into a small, actionable set of remediation patterns. By compressing anomalies based on semantics, it enables scalable and efficient transformation logic generation across large datasets.

How do I ensure zero data loss and auditability when remediating production data?

Zero data loss and auditability are enforced through full audit trails, PII containment, and reconciliation checks. Uncertain rows are routed to quarantine pathways, ensuring complete traceability and accountability for every remediation action applied to production data.

What do I need to start remediating data anomalies with deterministic transformation logic?

To start data anomaly remediation, provide a sample of anomalous rows from your pipeline. The system will generate auditable, deterministic fix logic that you can validate and apply safely, requiring no external dependencies for the air-gapped generation process.

When should I quarantine rows instead of applying an automatic data remediation fix?

Rows should be quarantined during data remediation when the generated transformation logic is uncertain or fails strict safety validation. Quarantine pathways guarantee zero data loss by isolating ambiguous records for manual review rather than applying automated fixes.