field-validation

Validate vehicle insurance CSV/Excel fields with a 4-layer pipeline and quality report.

1|Updated Nov 4, 2025
One-click install
npx skills add https://github.com/alongor666/daylyreport --skill field-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: field-validation
Source: https://github.com/alongor666/daylyreport/tree/main/.claude/skills/field-validation
Command: npx skills add https://github.com/alongor666/daylyreport --skill field-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps data teams ensure CSV/Excel data quality for vehicle insurance by validating required fields, data formats, and detecting issues. It reduces manual review time and prevents faulty data from entering dashboards or reports.

Core Features & Use Cases

  • Load & inspect data from CSV/Excel files (e.g., data/车险清单_2025.csv)
  • 4-layer validation workflow: Layer 1 - Required fields; Layer 2 - Formats; Layer 3 - Reasonableness; Layer 4 - Cross-field consistency
  • Quality reporting: generate a concise quality report highlighting gaps, format errors, and suggested fixes
  • Use Case: Before monthly reporting, validate that key fields exist and have valid values to ensure accurate KPIs

Quick Start

Load your dataset (e.g., data/insurance_claims.csv) and run the field-validation workflow to produce a quality report. You can adapt the example to your own dataset.

Frequently Asked Questions about field-validation

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

FAQPage Schema
How do I validate data quality for CSV and Excel insurance files?

Data quality validation checks required fields, formats, data types, and consistency across CSV/Excel datasets. This Skill applies a 4-layer validation pipeline—required fields, format correctness, range checks, and cross-field consistency—then generates a structured quality report with scoring metrics to identify gaps and format errors before data enters dashboards or reports.

Can I automate field completeness checks on insurance data?

Yes. Automate field completeness checks by loading CSV or Excel insurance files and running required-field validation. The Skill detects missing or incomplete fields, flags P0 blocking issues, and produces a quality report with suggested fixes to prevent faulty data in workflows.

What's the best way to detect format errors in CSV insurance exports?

Format validation within a multi-layer pipeline detects type mismatches, invalid values, and reasonableness violations in CSV/Excel data. After loading via Pandas, the Skill validates each field against expected formats and generates a concise report highlighting errors and data quality scores.

How do I generate a data quality report for insurance datasets?

Load your CSV or Excel insurance file and run the field-validation workflow. The Skill produces a structured quality report that summarizes missing fields, format errors, consistency issues, and overall quality metrics—ready for monthly reporting or KPI accuracy verification.

Do I need to prepare data before running validation on Excel files?

Minimal preparation is required. Ensure your CSV or Excel file is accessible and formatted as tabular data. The Skill handles data loading via Pandas and applies validation automatically; no pre-processing steps are mandatory to begin quality checks.

Why should I validate cross-field consistency in insurance data?

Cross-field consistency validation (Layer 4) detects logical conflicts—such as claim amounts that contradict policy terms or dates that violate business rules. This prevents downstream reporting errors and ensures accurate KPIs by catching interdependencies that single-field checks miss.