data-validation

Validate data analysis methodology, accuracy, and bias before stakeholder sharing.

37|3|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/eren726290/opencode-cowork-plugins --skill data-validation-eren726290
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-validation
Source: https://github.com/eren726290/opencode-cowork-plugins/tree/main/data/agents/data/skills/data-validation
Command: npx skills add https://github.com/eren726290/opencode-cowork-plugins --skill data-validation-eren726290

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for rigorous quality assurance in data analysis, preventing errors, biases, and inaccuracies from impacting stakeholder decisions.

Core Features & Use Cases

  • Methodology Checks: Validates the analytical approach, ensuring correct aggregation, join logic, and metric definitions.
  • Accuracy Verification: Cross-references results with known benchmarks and performs sanity checks on magnitudes and trends.
  • Bias Detection: Identifies potential biases such as survivorship bias or selection bias in segmentation.
  • Use Case: Before presenting a quarterly business review, use this Skill to run through a comprehensive checklist, ensuring all data sources are correct, calculations are sound, and potential biases are addressed, leading to more trustworthy insights.

Quick Start

Use the data-validation skill to review the attached analysis report for potential errors and biases.

Frequently Asked Questions about data-validation

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

FAQPage Schema
How do I validate data analysis methodology before sharing insights with stakeholders?

Validate data analysis methodology by checking aggregation logic, join operations, and metric definitions to ensure calculations are sound. This process prevents errors like join explosions and incomplete period comparisons from impacting stakeholder decisions.

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

Survivorship bias is a statistical error where only successful subjects are analyzed, skewing results. Detect it in data segmentation by reviewing your selection criteria to ensure dropped or inactive segments are accounted for during analysis validation.

How do I ensure reproducibility in data analysis through documentation standards?

Ensure reproducibility by enforcing documentation standards and validating code used in the analysis. This guarantees that data sources, calculations, and transformations can be traced and replicated accurately by other analysts.

Can I cross-reference analysis results with known benchmarks to verify data accuracy?

Yes, you can verify data accuracy by cross-referencing analysis results with known benchmarks. This sanity check validates magnitudes and trends, ensuring your calculations align with established expectations before stakeholder review.

Does this data validation approach work for preparing quarterly business reviews?

Yes, this approach works for preparing quarterly business reviews by running through a comprehensive checklist that verifies data sources, validates calculations, and addresses potential biases, leading to more trustworthy insights.

What are common pitfalls in data validation when checking for join explosions?

Common pitfalls in data validation include join explosions, survivorship bias, and incomplete period comparisons. Checking for join explosions involves verifying that table relationships do not duplicate records and inflate aggregation results.