data-validation

Validate data analysis outputs for quality, logic, and aggregation correctness.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/hiroshi75/agentlattice --skill data-validation-hiroshi75
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-validation
Source: https://github.com/hiroshi75/agentlattice/tree/main/templates/skills/data/data-validation
Command: npx skills add https://github.com/hiroshi75/agentlattice --skill data-validation-hiroshi75

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for quality assurance in data analysis, preventing errors, biases, and inconsistencies from reaching stakeholders.

Core Features & Use Cases

  • Methodology Checks: Verifies data quality, calculation logic, and aggregation correctness.
  • Accuracy Verification: Performs reasonableness checks and cross-references against known sources.
  • Bias Detection: Identifies common pitfalls like survivorship bias and selection bias.
  • Reproducibility: Ensures documentation standards are met for re-creating analyses.
  • Use Case: Before presenting a quarterly business review, use this skill to run through a checklist ensuring all metrics are calculated correctly, data sources are appropriate, and potential biases are addressed.

Quick Start

Run the data-validation skill to perform a pre-delivery QA check on the latest sales analysis report.

Frequently Asked Questions about data-validation

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

FAQPage Schema
How do I check data quality and calculation logic before presenting a data analysis report?

To check data quality and calculation logic, you can run a pre-delivery validation process that verifies aggregation correctness, cross-references results against known sources, and performs reasonableness checks on your outputs.

What is survivorship bias and how do I detect it in my data analysis?

Survivorship bias is a common pitfall in data analysis where only successful subjects are considered. You can detect survivorship bias and selection bias by running an automated bias detection check on your analysis outputs.

How do I prevent join explosions when validating aggregation correctness in my metrics?

To prevent join explosions and validate aggregation correctness, you need a methodology check that reviews your calculation logic and verifies that data aggregations are performed accurately without duplicating rows.

What is the best way to ensure reproducibility standards are met for my data analysis outputs?

The best way to ensure reproducibility is to verify that your data analysis meets documentation standards, allowing stakeholders to accurately re-create the analyses and verify the underlying calculation logic.

Can I run a QA checklist to catch incomplete period comparisons in my quarterly business review?

Yes, you can run a pre-delivery QA checklist to catch incomplete period comparisons, verify appropriate data sources, and ensure all metrics are calculated correctly before presenting a quarterly business review.

Why does my data validation process fail to catch selection bias and inconsistencies?

Your data validation process may fail to catch selection bias if it lacks automated bias detection checks that specifically identify common pitfalls like selection bias and verify overall analysis accuracy.