agency-ai-data-remediation-engineer

Detect and repair anomalous data rows using semantic clustering and local SLM analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapidly identify, cluster, and remediate anomalous rows in datasets without modifying production, reducing per-row model calls and ensuring every change is auditable to prevent silent data loss.

Core Features & Use Cases

  • Semantic anomaly compression: Use local embeddings and vector clustering to compress thousands of similar errors into a handful of representative patterns for targeted fixes.
  • Air-gapped SLM fix generation: Generate deterministic, lambda-only transformation logic using local Ollama-hosted small language models, with strict validation gates before execution.
  • Zero-data-loss reconciliation & audit: Stage all fixes, enforce Source == Success + Quarantine math, log every row-level change, and route uncertain cases to a human quarantine dashboard.
  • Use Case: Convert tens of thousands of malformed date strings in a product catalog into standardized ISO dates by clustering patterns, generating vetted lambdas locally, applying fixes in staging, and quarantining low-confidence rows.

Quick Start

Cluster anomalous rows from the orders table, generate vetted local-LLM lambda fixes per cluster, apply fixes to staging, and quarantine any low-confidence items for human review.

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 detect and fix anomalous data rows in production datasets?

Data anomaly remediation detects and repairs anomalous rows by applying semantic clustering to compress thousands of similar errors into representative samples, then generating targeted fixes using local language models to ensure auditable changes without modifying production data.

How does semantic clustering reduce the cost of repairing thousands of malformed data records?

Semantic clustering uses local sentence-transformer embeddings and a vector database to group similar anomalous rows, compressing thousands of errors into a handful of representative patterns for targeted local SLM analysis, which significantly reduces per-row model calls.

Can I use local Ollama models to generate transformation logic for data remediation?

Yes, you can use Ollama-hosted small language models to generate deterministic, lambda-only transformation logic for data remediation, operating within an air-gapped remediation layer that applies strict validation gates before executing any fixes on staging data.

What is the best way to ensure zero data loss when applying automated fixes to anomalous records?

Zero-data-loss reconciliation ensures every row-level change is logged immutably and enforces Source equals Success plus Quarantine math, routing uncertain cases and low-confidence fixes to a human quarantine dashboard for manual review.

Do I need a self-hosted vector database to run semantic anomaly detection locally?

Yes, running semantic anomaly detection locally requires a self-hosted vector database alongside locally hosted sentence-transformer embeddings and Ollama-run small language models to process NEEDS_AI-tagged rows within an air-gapped remediation environment.

How do I standardize malformed date strings in a product catalog using local language models?

You standardize malformed date strings by clustering patterns into representative samples, generating vetted lambda transformation logic locally using Ollama-hosted small language models, applying fixes in staging, and quarantining low-confidence items for human review.