create-quality-schedule

Create scheduled quality-rule executions across governance collections with Quartz cron.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines the setup of recurring quality checks by creating a folder- or collection-level schedule that runs all governance rules automatically, with explicit user confirmation required before activation.

Core Features & Use Cases

  • Resolve target collections exactly against governance listings; support scheduling multiple collections in a single plan; optional table filtering to limit scope.
  • Verify existence of rules per collection; present a summary of OK/KO/Warning/Not executed and warn if collections are empty or contain KO rules.
  • Collect schedule parameters (name, description, cron expression, timezone, start date, execution size) and translate natural-language frequency into Quartz Cron expressions.

Quick Start

Create a plan to schedule daily quality checks across the target collections and approve to proceed.

Frequently Asked Questions about create-quality-schedule

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

FAQPage Schema
How do I schedule recurring data quality checks across multiple collections?

To schedule recurring data quality checks, you can automate the creation of scheduled quality-rule executions across governance collections, applying optional table filtering to limit the execution scope.

Can I use natural language to set up a cron schedule for quality governance rules?

Yes, you can use natural language to set up cron schedules. The functionality translates natural-language frequency inputs into standard Quartz Cron expressions for your quality governance rules.

How do quality rule schedules handle validation before activation?

Quality rule schedules handle validation by verifying rule existence per collection and presenting a summary of OK, KO, Warning, and Not executed statuses, warning you about empty collections or KO rules.

Do I need explicit approval to create a schedule for governance collections?

Yes, explicit approval is required to create a schedule for governance collections. The system composes a complete execution plan and enforces user confirmation before activating the quality check schedule.

What schedule parameters are needed to automate quality-rule executions?

To automate quality-rule executions, you need to provide schedule parameters including name, description, cron expression, timezone, start date, and execution size to finalize the plan.