assess-quality

Assess data-quality coverage for domains, tables, or columns.

4|10|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Stratio/genai-agents --skill assess-quality-stratio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: assess-quality
Source: https://github.com/Stratio/genai-agents/tree/main/shared-skills/assess-quality
Command: npx skills add https://github.com/Stratio/genai-agents --skill assess-quality-stratio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read-only assessment of data-quality coverage over a governed domain, table, or single column. It answers which dimensions are monitored, which are missing, and which columns are priority candidates for new rules, without creating or modifying rules itself.

Core Features & Use Cases

  • Semantics-first gap analysis: loads domain semantics, tables, and column metadata to determine what should exist.
  • Parallel data collection and EDA profiling to validate gaps.
  • Output in five canonical sections and a follow-up prompt.
  • Use Cases: Before creating new quality rules; before generating a formal quality report; when planning governance improvements.

Quick Start

Ask me to assess-quality on a domain, table, or column to generate a read-only data-quality assessment.

Frequently Asked Questions about assess-quality

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

FAQPage Schema
How do I identify data quality gaps in my governed domain?

To identify data quality gaps, a read-only assessment loads domain semantics, tables, and column metadata to determine monitored and missing dimensions. It profiles data in parallel to validate gaps and outputs a prioritized action plan without modifying existing rules.

When do I need to perform a data quality coverage assessment?

A data quality coverage assessment is needed before creating new quality rules, generating formal quality reports, or planning governance improvements. It reveals which dimensions are currently monitored and which columns are priority candidates for new rules.

What is the best way to analyze missing data quality dimensions across tables?

The best way to analyze missing data quality dimensions is using a semantics-first gap analysis approach. This method loads a domain-specific dimension catalogue, validates gaps with parallel EDA profiling, and identifies priority columns for new rule creation.

Can I assess data quality coverage for a single column instead of a full domain?

Yes, you can assess data quality coverage for a single column, a specific table, or a full domain. The assessment scope adjusts accordingly, loading the relevant domain-specific dimension catalogue and profiling data in parallel to report monitored and missing dimensions.

Does the data quality gap analysis create or modify existing rules?

No, the data quality gap analysis is strictly read-only and does not create or modify rules itself. It provides a prioritized, ready-to-action plan with optional follow-on steps like rule creation and formal reports for future implementation.

How do I find which columns are priorities for new data quality rules?

To find priority columns for new data quality rules, perform a coverage assessment that loads column metadata and profiles data in parallel. The output identifies which columns are missing monitored dimensions and prioritizes them for new rule creation.