pipeline

Manage Testany pipelines via MCP APIs with CRUD operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Testany Pipeline CRUD provides a centralized way to manage Testany pipelines on the platform via MCP APIs, eliminating manual steps and reducing setup time for CI-like automation of test workflows.

Core Features & Use Cases

  • Create, read, update, and delete pipelines on the Testany platform without touching local file systems.
  • View and edit YAML definitions, list pipelines across workspaces, and validate configurations before execution.
  • Use /tests to execute a pipeline or /orchestrator for gates and scheduled workflows.

Quick Start

Use the pipeline skill to create a new pipeline by specifying a name, workspace, and a sequence of case_keys, then retrieve details with /testany_get_pipeline or run it with /tests.

Frequently Asked Questions about pipeline

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

FAQPage Schema
How do I automate pipeline orchestration for test workflows without manual setup?

You can manage pipelines on the Testany platform using this skill via MCP APIs, performing end-to-end CRUD operations that eliminate manual steps and reduce setup time for CI-like test workflow automation.

Can I view and edit YAML definitions for pipelines across different workspaces?

Yes, you can view and edit YAML definitions and list pipelines across workspaces using the Testany platform APIs, with optional validation and guidance before execution.

How do I create a new test pipeline and execute it?

To create a test pipeline, specify a name, workspace, and sequence of case_keys, then retrieve details with /testany_get_pipeline or run it with /tests to execute the workflow.

Does pipeline management require local file system access?

No, pipeline management does not require local file system access; all actions are performed remotely against the Testany platform using MCP APIs.

How do I configure gates and scheduled workflows for a pipeline?

You can configure gates and scheduled workflows for a pipeline by using the /orchestrator commands provided by the skill after creating and validating your pipeline configuration.