update-quality-rules

Modify governance quality rules by UUID with mandatory human approval.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Modify existing quality rules: fix SQL queries, change thresholds, update descriptions, add or remove scheduling, or change measurement configuration. Requires the rule's UUID (obtained via get_tables_quality_details if not already in context) and mandatory human confirmation before execution.

Core Features & Use Cases

Workflow for modifying an existing quality rule with human approval. Only the fields that the user wants to change are sent — the rest remain untouched. The skill supports two entry paths: direct UUID-based updates or updates performed after listing rules via get_tables_quality_details. It enforces a mandatory approval pause before execution and performs SQL validation when queries or references change.

Quick Start

Provide the target rule UUID and the exact changes you want to apply, then review the generated plan and approve to execute.

Frequently Asked Questions about update-quality-rules

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

FAQPage Schema
How do I safely modify existing data quality rules in a governance workflow?

To safely modify data quality rules, you provide the target rule UUID and the specific field changes, then review a generated execution plan and grant mandatory human approval before any updates are applied.

Can I update a quality rule if I only know the table name and domain?

Yes, you can update a quality rule by performing an inventory lookup via get_tables_quality_details across domains and tables to retrieve the required UUID before applying the desired modifications.

Does updating a SQL quality rule require query validation before applying changes?

Yes, updating a SQL quality rule requires mandatory query validation whenever scheduling or query references change, ensuring the modified SQL logic is syntactically correct before execution.

What happens to existing fields when I only update the scheduling on a quality rule?

When you update scheduling on a quality rule, only the specified fields are sent and modified; all other existing configuration, thresholds, and descriptions remain completely untouched.

How do I change thresholds and measurement configuration for governance quality rules?

You change thresholds and measurement configuration by providing the rule UUID and the exact new values, reviewing the proposed modification plan, and approving the human confirmation prompt to execute.

What's the best way to fix an invalid SQL query in an existing data quality rule?

The best way to fix an invalid SQL query is to submit the rule UUID with the corrected query, let the system perform automatic SQL validation, review the generated plan, and approve the human confirmation step.