orchestrator

Create Gatekeepers and cron-based Plans for CI/CD test orchestration.

79|23|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/TestAny-io/testany-agent-skills --skill orchestrator-testany-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator
Source: https://github.com/TestAny-io/testany-agent-skills/tree/main/plugins/testany-bot/skills/orchestrator
Command: npx skills add https://github.com/TestAny-io/testany-agent-skills --skill orchestrator-testany-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该 Skill 提供在 CI/CD 流程中对测试编排的集中配置能力,通过创建质量门禁(Gatekeeper)和定时计划(Plan),并提供与 CI/CD 的集成点,帮助团队在产出和质量之间取得平衡。

Core Features & Use Cases

  • Gatekeeper: 在 CI/CD 流程中检查测试结果以决定是否继续部署,确保关键环境的质量控制。
  • Plan(定时计划): 根据 Cron 表达式在指定时间执行测试,以实现持续的回归和监控。
  • CI/CD 集成: 提供 webhook 和集成模板,便于将测试结果发送到构建流水线、发布管道或通知系统。

Quick Start

Use the orchestrator to create a gatekeeper and a daily plan for the target pipeline. /testany-bot:orchestrator setup gatekeeper --pipeline my-pipeline --threshold 100 --environment Production /testany-bot:orchestrator setup-plan --pipeline my-pipeline --cron '0 2 * * *'

Frequently Asked Questions about orchestrator

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

FAQPage Schema
How do I set up quality gates in a CI/CD pipeline to block deployments?

Quality gates in a CI/CD pipeline block deployments by checking test results against defined thresholds. You can configure a gatekeeper to evaluate test outcomes and decide whether to proceed with deployment to critical environments.

How do I schedule automated test runs using cron in a CI/CD workflow?

You can schedule automated test runs in a CI/CD workflow by creating a plan with a cron expression. This triggers test execution at specified times, enabling continuous regression testing and monitoring across your environments.

Can I integrate automated test results into my release pipeline via webhook?

Yes, you can integrate automated test results into your release pipeline via webhook endpoints. This allows test outcomes and gatekeeper decisions to be sent directly to your build pipelines or notification systems.

What is a gatekeeper in test orchestration and when do I need it?

A gatekeeper in test orchestration is a quality gate that checks test results within a CI/CD workflow to control deployment. You need it when ensuring structured quality control and balancing output speed with quality in critical environments.

How do I configure a daily regression test plan for my production pipeline?

To configure a daily regression test plan, you set up a scheduled plan using a cron expression targeting your production pipeline. This automates continuous regression checks at specified times.

Does test orchestration work with multiple deployment environments?

Yes, test orchestration supports multiple deployment environments. You can define gate thresholds and scheduled test plans that apply across different environments to ensure consistent quality control.