agency-ai-data-remediation-engineer

Generate deterministic fix lambdas for anomalous pipeline data using local LLMs.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-ai-data-remediation-engineer-augustoheiss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-ai-data-remediation-engineer
Source: https://github.com/augustoheiss/LogicDefense/tree/main/.gemini/skills/agency-ai-data-remediation-engineer
Command: npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-ai-data-remediation-engineer-augustoheiss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Remediation agent that intercepts anomalous data in pipelines, generates deterministic fix logic using air-gapped local LLMs, and guarantees zero data loss by auditing each transformation.

Core Features & Use Cases

  • Semantic anomaly compression that clusters thousands of errors into a handful of pattern families, dramatically reducing AI calls.
  • Air-gapped SLM fix generation using local models to produce safe, auditable lambdas that can be reviewed before execution.
  • Zero data loss guarantees with staging, validation, and complete audit trails; any unfixable row is quarantined and logged.
  • Safety, auditability, and PII containment with strict controls over data handling and logging.

Quick Start

Cluster anomalous rows using local embeddings, generate a safe lambda for fixes, validate it, and apply to the staging dataset.

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 fix anomalous data in pipelines without risking data loss?

Data remediation fixes anomalous data by generating deterministic, auditable logic in a staging environment. It applies transformations to broken datasets, validates them, and quarantines any unfixable rows, guaranteeing zero data loss.

Do I need Ollama to run offline data remediation?

Yes, offline data remediation requires Ollama to run local LLMs. The skill uses these air-gapped models to generate safe lambda transformations, ensuring strict PII containment without relying on external API calls.

What's the best way to reduce LLM calls when fixing thousands of broken dataset rows?

Semantic clustering reduces LLM calls by grouping thousands of anomalous rows into a handful of pattern families. This allows the system to generate a single safe transformation for each cluster instead of processing rows individually.

How does semantic clustering handle data remediation for diverse domains?

Semantic clustering uses local embeddings to group similar data anomalies across diverse domains. By identifying shared patterns, it generates deterministic lambda fixes that can be safely reviewed and tested before execution.

How is data remediation audited when applying AI-generated fixes?

Data remediation is audited by logging every transformation applied to the staging dataset. Strict safety gating validates the deterministic lambda fixes, while any unfixable row is quarantined and logged for complete audit trails.