veracity-audit

Audit data pipelines for source reliability, scoring math, and quality gates.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/kaiohenricunha/dotbabel --skill veracity-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: veracity-audit
Source: https://github.com/kaiohenricunha/dotbabel/tree/main/plugins/dotbabel/templates/claude/skills/veracity-audit
Command: npx skills add https://github.com/kaiohenricunha/dotbabel --skill veracity-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually auditing complex data pipelines for source reliability, scoring formula correctness, and quality gate coverage is time-consuming and prone to human error, especially for large, multi-step pipelines with dozens of data sources and scoring rules.

Core Features & Use Cases

  • Parallel Specialized Audits: Dispatches dedicated data-scientist, compliance-auditor, and data-engineer sub-agents in parallel, each with shared project context injected to ensure consistent, aligned analysis.
  • End-to-End Pipeline Validation: Covers source reliability (ingestion error handling, schema versioning, fallback logic), scoring math integrity (formula correctness, boundary conditions, out-of-range value risks), and quality gate completeness (declared vs. enforced checks, threshold mismatches, test coverage).
  • Use Case: A data engineering team can use this skill to quickly identify critical issues like silent data loss from unhandled HTTP 429 errors, incorrect scoring formula implementations, or missing quality gate enforcement for high-risk data entities, all without manually reviewing thousands of lines of pipeline code.

Quick Start

Invoke the veracity-audit skill with the audit subcommand and your pipeline's required config, quality config, pipeline directory, and scoring directory paths to run a full end-to-end audit of your data pipeline.

Frequently Asked Questions about veracity-audit

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

FAQPage Schema
How do I audit a data pipeline for source reliability and scoring math integrity?

You can audit a data pipeline for source reliability and scoring math integrity by dispatching parallel specialized sub-agents that validate ingestion error handling, scoring formula boundaries, and declared quality gate enforcement, producing evidence-backed findings without manual code review.

What is data pipeline quality gate compliance and when do I need to verify it?

Data pipeline quality gate compliance verifies that declared quality checks match enforced checks, catching threshold mismatches and missing test coverage. You need to verify it in production workflows when teams must ensure data trustworthiness and prevent silent data loss from unhandled errors like HTTP 429s.

How do I validate scoring formula correctness and boundary conditions in a production pipeline?

Validating scoring formula correctness and boundary conditions involves checking formula implementations against expected math logic and identifying out-of-range value risks. This skill applies dedicated data-scientist sub-agents with shared context to analyze scoring source directories and detect boundary or implementation errors.

Can I check for silent data loss and ingestion error handling across multiple pipeline sources?

Yes, checking for silent data loss and ingestion error handling across pipeline sources is a core audit function. The skill analyzes your pipeline source directory to identify unhandled ingestion errors, schema versioning issues, and fallback logic gaps across all declared data sources.

What configuration paths do I need to provide to run a full data pipeline audit?

Running a full data pipeline audit requires explicit path flags for your scoring config, quality gate config, pipeline source directory, and scoring source directory. These paths allow the sub-agents to locate and validate the correct configuration and source code files end-to-end.

Are there limitations to automating data compliance audits for multi-step pipelines?

Automating data compliance audits for multi-step pipelines requires complete and accurate config paths for scoring and quality gates. The audit is limited to analyzing declared pipeline source and scoring directories, meaning undeclared data sources or unconfigured quality gates may not be detected by the sub-agents.