update-quality-scheduler

Modify quality rule schedulers with user-approved changes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables safe, auditable updates to existing quality rule schedulers by allowing changes to schedule, scope, naming, activation, and execution size, all guarded by mandatory human confirmation.

Core Features & Use Cases

  • Update the scheduler's cron schedule, target collections, or table filters.
  • Rename or update the description and adjust the execution size or activation status.
  • Requires a known scheduler UUID (or fetch via list_quality_rule_schedulers) and presents a plan for approval before applying changes.

Quick Start

Provide the scheduler UUID (or obtain it via list_quality_rule_schedulers), specify the desired changes, and confirm to apply.

Frequently Asked Questions about update-quality-scheduler

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

FAQPage Schema
How do I update a cron schedule for an existing data quality rule?

To update a cron schedule for a data quality rule, provide the scheduler UUID and specify the desired cron expression changes. The system enforces mandatory human confirmation before applying schedule modifications to ensure safe, auditable governance updates.

What is a quality rule scheduler and when do I need to modify it?

A quality rule scheduler automates data governance validations by running quality checks on collections and tables based on a cron expression. You need to modify it when adjusting validation frequency, scope, or activation status to maintain accurate data quality monitoring.

How do I change the target collections or table filters for a quality validation?

To change target collections or table filters for a quality validation, you use the scheduler UUID to identify the existing rule and specify the new collection lists or table filters. The system presents a modification plan requiring user approval before execution.

Do I need a scheduler UUID to modify a data quality rule schedule?

Yes, the scheduler UUID is required to modify a data quality rule schedule. If the UUID is not available in your current context, you can obtain it by listing existing quality rule schedulers before specifying any schedule, scope, or activation changes.

Can I rename a quality scheduler and update its description at the same time?

Yes, you can rename a quality scheduler and update its description simultaneously. Along with naming changes, you can adjust the execution size, collection scope, table filters, and activation status in a single user-approved modification plan.

What happens if I do not confirm the changes proposed for a quality rule scheduler?

If you do not confirm the proposed changes, the quality rule scheduler remains unmodified. The system enforces mandatory human confirmation before execution, meaning no schedule, scope, or naming adjustments are applied without explicit user approval.