record-data-check

Log data quality check outcomes to the data-check register.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/bryan-zxc/popmartdemo --skill record-data-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: record-data-check
Source: https://github.com/bryan-zxc/popmartdemo/tree/main/.claude/skills/record-data-check
Command: npx skills add https://github.com/bryan-zxc/popmartdemo --skill record-data-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Record data quality checks, run validations, log results in a central register, and optionally add findings to the data validation report to streamline audit trails and client reviews.

Core Features & Use Cases

  • Create and run data validation checks by adding SQL or Python scripts to data/validation/scripts.
  • Log outcomes in the data-check register and optionally escalate to the data validation report for client review.
  • Re-run checks deterministically and maintain an auditable history.

Quick Start

Create the check script in data/validation/scripts, run the check, and log the results in the data check register.

Frequently Asked Questions about record-data-check

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

FAQPage Schema
How do I log data validation results in an audit register after running Python or SQL checks?

To log data validation results, you add SQL or Python scripts to the data validation scripts directory, execute the checks, and record the outcomes in the data check register to maintain an auditable history across projects.

What is the best way to maintain an auditable history of data quality checks for client reporting?

Maintaining an auditable history of data quality checks involves running validation scripts deterministically and logging the outcomes in a central data check register, which can optionally be escalated to a data validation report for client review.

Can I use my existing SQL scripts for data validation and track them in a central register?

Yes, you can use existing SQL scripts for data validation by placing them in the designated validation scripts folder, executing them through the Python or SQL stack, and updating the data check register with the results.

How do I escalate failed data quality checks to a validation report for client review?

You escalate failed data quality checks by executing your validation scripts, logging the findings in the data check register, and optionally adding those findings to the data validation report to streamline client reviews and audit trails.

Does this data validation approach support re-running checks deterministically across multiple projects?

Yes, this data validation approach supports re-running checks deterministically across multiple projects by utilizing standardized scripts within the validation directory and consistently updating the central data check register with the execution results.