gestion-datos-calidad

Implement data quality rules, lineage tracking, cataloging, and audit logging.

Updated Nov 27, 2025
One-click install
npx skills add https://github.com/HenderOrlando/booklyapp --skill gestion-datos-calidad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gestion-datos-calidad
Source: https://github.com/HenderOrlando/booklyapp/tree/main/.windsurf/skills/gestion-datos-calidad
Command: npx skills add https://github.com/HenderOrlando/booklyapp --skill gestion-datos-calidad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the critical need for reliable, governable, and auditable operational data by implementing data quality rules, lineage tracking, data cataloging, and master data management.

Core Features & Use Cases

  • Data Quality Rules: Define and enforce rules for completeness, validity, uniqueness, consistency, timeliness, and integrity.
  • Data Lineage: Track data from its source through transformations to its destination.
  • Data Cataloging: Maintain a catalog of data entities, fields, sensitivity, and ownership.
  • Master Data Management (MDM): Normalize key entities like merchants, categories, and tags to reduce duplicates.
  • Auditing & Traceability: Log actions and entity changes for compliance and debugging.
  • Use Case: In a financial application, ensure all transaction amounts are valid, track where each transaction originated, maintain a catalog of all financial entities, and audit any changes to critical financial data.

Quick Start

Configure the data quality rules for the 'Transaction' entity with critical severity and block writes on failure.

Frequently Asked Questions about gestion-datos-calidad

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

FAQPage Schema
How do I implement data quality rules for operational data completeness and validity?

Data quality rules enforce completeness, validity, uniqueness, consistency, timeliness, and integrity for operational data. You can configure rules for specific entities and set critical severity levels to block writes automatically when validation failures occur.

What is data lineage tracking and how does it support compliance in regulated industries?

Data lineage tracking monitors data from its source through transformations to its destination. It supports compliance in fintech, regtech, and healthtech by providing clear visibility into data origins and transformations for auditing purposes.

Can I use master data management to normalize key entities like merchants and categories?

Master data management normalizes key entities like merchants, categories, and tags to reduce duplicates. This process ensures consistent operational data across systems by maintaining a single, verified source for each critical business entity.

Does this data governance framework support detailed audit logging for entity changes?

Yes, the data governance framework includes detailed audit logging by action and entity. It logs all entity changes to maintain traceability, which is essential for debugging issues and meeting compliance requirements in regulated industries.

What is the best way to maintain a data catalog with sensitivity and ownership information?

To maintain a data catalog, document all data entities, fields, sensitivity levels, and ownership details. This cataloging process provides a centralized inventory that supports data governance and ensures accountability across operational data assets.

How do I configure data quality rules to block writes on validation failure for a Transaction entity?

You can configure data quality rules for the Transaction entity by setting the severity to critical. This setup ensures the system blocks write operations automatically whenever a transaction fails the defined data quality validation checks.