data-governance-and-quality

Enforce data governance and quality for vehicle insurance data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Establishes governance for data quality, field definitions, mappings, and audit mechanisms to ensure reliable daily reports.

Core Features & Use Cases

  • Data dictionary definitions (FIELD_MAPPING.md)
  • Validation rules and data cleaning standards
  • Field mappings and mapping management
  • Audit mechanisms and data lineage

Quick Start

Define the core data dictionary in docs/FIELD_MAPPING.md and set up initial validation rules to enforce required fields during ingestion.

Frequently Asked Questions about data-governance-and-quality

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

FAQPage Schema
How do I enforce data quality validation for insurance data fields?

Data quality validation enforces required-field checks, format and type verification, and range constraints during data ingestion. Define validation rules in your configuration to automatically reject or flag records that fail to meet your data dictionary standards, ensuring consistent field integrity across vehicle insurance datasets.

What's the best way to manage field mappings and data dictionaries?

Field mappings and data dictionaries are managed through structured definitions—typically documented in FIELD_MAPPING.md—that specify required fields, their types, valid ranges, and transformations. This centralized approach enables consistent field naming, derived attribute computation, and audit traceability across your data pipeline.

How do I set up data governance for daily reporting on insurance metrics?

Establish governance by defining your data dictionary with core field definitions, creating validation rules for required fields and business constraints, then applying audit mechanisms to track data lineage and changes. This ensures reliable daily reports and enforces consistent data quality standards across ingestion, cleaning, and aggregation steps.

Can I audit data changes and track field lineage in my data pipeline?

Audit mechanisms track data lineage and record changes across ingestion, cleaning, and mapping stages. These generate reports showing which records were modified, validated, or rejected, providing the data provenance and compliance visibility needed for insurance operations.

What validation checks should I apply during data cleaning for vehicle insurance data?

Apply format and type checks, required-field validation, range constraints on numeric fields, and business rule enforcement during cleaning. Derived field computation validates calculated attributes, while field-level mappings ensure consistent transformations—all configurable via validation rules tied to your data dictionary.

Do I need prior knowledge of data governance concepts to use this for insurance reporting?

No prior expertise required. Start by defining core fields in your data dictionary, then enable validation rules for required fields during ingestion. The Skill handles validation, mapping, and audit generation automatically, making governance accessible for teams new to structured data quality practices.