data-auditor-cleaner

Audit and clean raw contest data with a reproducible cleaning log.

452|24|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/zhnnky329/MathModeling-skills --skill data-auditor-cleaner
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: data-auditor-cleaner
Source: https://github.com/zhnnky329/MathModeling-skills/tree/main/.claude/skills/data-auditor-cleaner
Command: npx skills add https://github.com/zhnnky329/MathModeling-skills --skill data-auditor-cleaner

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit, clean, summarize, and prepare contest data for modeling with explicit traceability.

Core Features & Use Cases

  • Data auditing: identify fields, units, metadata, and data quality issues.
  • Data cleaning: apply explicit, reversible rules to fix missing values, inconsistencies, and anomalies.
  • Artifact generation: produce a data audit report and a cleaned dataset ready for downstream modeling.
  • Reproducibility: maintain a transparent log of cleaning steps and decisions to support auditability.

Quick Start

Provide raw data under workspace/data/data_raw and run the auditor to produce cleaned data and an audit report.

Frequently Asked Questions about data-auditor-cleaner

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

FAQPage Schema
How do I audit and clean raw contest data to ensure reproducible modeling inputs?▼

Data auditing and cleaning for contest data involves inventoring datasets, applying reversible rules for missing values and anomalies, and generating a reproducible cleaning log. This ensures downstream modeling relies on traceable, trustworthy inputs.

What is a read-only raw data policy when preparing datasets for data workflows?▼

A read-only raw data policy ensures original contest datasets remain unmodified during data cleaning. The auditor reads from raw inputs, applies explicit cleaning rules, and outputs a separate cleaned dataset to maintain strict traceability.

How do I generate a data audit report and reproducible cleaning log for my dataset?▼

Generating a data audit report and cleaning log requires running an auditor on raw data to inventory fields, identify quality issues, and document cleaning decisions. This produces transparent artifacts for auditability.

Can I use this data cleaning approach for any scale of contest data?▼

This data cleaning approach applies across data fields, quality checks, missing-value handling, and anomaly rules for contest data. It enforces a read-only raw data policy while producing a cleaned dataset and audit report.

Why does my data workflow need explicit anomaly rules for missing value handling?▼

Explicit anomaly rules for missing value handling ensure data cleaning steps are reversible and traceable. By applying documented rules rather than ad-hoc fixes, the data audit maintains reproducibility for downstream modeling and paper sections.

What's the best way to inventory datasets and identify data quality issues before modeling?▼

The best way to inventory datasets and identify quality issues is running a data auditor that checks fields, units, and metadata. This produces a comprehensive data report highlighting inconsistencies before downstream modeling.