data-quality-pipeline

Automate tabular data quality governance from encoding repair to provenance manifest.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/peterbamuhigire/digital-research-skills --skill data-quality-pipeline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-quality-pipeline
Source: https://github.com/peterbamuhigire/digital-research-skills/tree/main/skills/data-quality-pipeline
Command: npx skills add https://github.com/peterbamuhigire/digital-research-skills --skill data-quality-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

data-quality-pipeline provides a single-entry skill that encapsulates a disciplined, repeatable process to validate and enrich tabular data from encoding repair through to a provenance manifest, ensuring auditable outputs for research workloads.

Core Features & Use Cases

  • End-to-end data quality pipeline covering encoding repair, tidying checks, cleaning, outlier detection, merge discipline, four-axis scoring, and manifest creation.
  • Produces a provenance packet (dataset.parquet, dataset.profile.json, dataset.dq.json, dataset.manifest.json) for auditable ship artifacts.
  • Use case: standardize incoming datasets for research cohorts, ensure non-hallucinated results, and automate gating in data-driven reports.

Quick Start

Run the data-quality-pipeline against an input dataset to generate the ship artifacts and provenance.

Frequently Asked Questions about data-quality-pipeline

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

FAQPage Schema
How do I automate data quality validation for tabular datasets from ingestion to manifest?

Data quality governance for tabular datasets covers encoding repair, tidying, cleaning, outlier detection, and merge discipline. This skill automates that workflow from raw ingestion to a provenance manifest, generating a four-axis quality score for auditable ship artifacts.

What is a provenance manifest and how does it ensure auditable data cleaning?

A provenance manifest is an auditable artifact that records the data cleaning and transformation history. This skill generates a manifest alongside profile and data quality JSON files, creating a portable packet that enforces a ship gate for non-hallucinated research results.

How do I detect outliers and enforce merge discipline in a data cleaning pipeline?

Outlier detection and merge discipline are automated stages within this data cleaning pipeline. It processes tabular datasets by applying tidy checks and four-axis scoring, ensuring standardized inputs and preventing join errors before generating the final provenance packet.

Does this data quality pipeline require external dependencies or specific encoding formats?

This data quality pipeline operates without external dependencies, using a portable workflow compatible with standard tabular datasets. It performs encoding repair automatically and outputs auditable artifacts like Parquet and JSON profile files without requiring prior environment setup.

What is the best way to standardize incoming research cohorts for non-hallucinated results?

Standardizing incoming research cohorts requires enforcing a manifest-driven ship gate with explicit references. This skill provides that best practice by automating encoding repair, cleaning, and four-axis quality scoring to produce auditable, non-hallucinated dataset artifacts.