revyl-mcp-create

Automate Revyl test authoring and lifecycle management with YAML validation via MCP tools.

502|24|Updated Aug 5, 2024
One-click install
npx skills add https://github.com/RevylAI/revyl-cli --skill revyl-mcp-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revyl-mcp-create
Source: https://github.com/RevylAI/revyl-cli/tree/main/skills/revyl-mcp-create
Command: npx skills add https://github.com/RevylAI/revyl-cli --skill revyl-mcp-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automating the authoring and lifecycle management of Revyl tests via MCP tools, ensuring YAML-driven configurations are auditable and reproducible.

Core Features & Use Cases

  • YAML-based test authoring, validation, and lifecycle management through MCP commands
  • Create, update, and validate tests with deterministic execution feedback
  • Use case: convert a set of human-readable test steps into MCP-driven YAML, then deploy, run, and monitor results

Quick Start

Create a new Revyl test YAML and execute the MCP create workflow to validate, persist, and run the test end-to-end.

Frequently Asked Questions about revyl-mcp-create

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

FAQPage Schema
How do I automate YAML test creation for iOS and Android cloud-device workflows?

YAML test creation for iOS and Android cloud-device workflows is automated using MCP tools that generate, validate, and persist configurations. This orchestrates the full lifecycle from authoring through execution feedback within deterministic testing pipelines.

What is the best way to manage the lifecycle of automated tests using MCP and YAML?

The best way to manage the lifecycle of automated tests using MCP and YAML is by applying create_test and update_test operations. This approach ensures configurations remain auditable and reproducible throughout end-to-end execution and status monitoring.

Can I validate Revyl test configurations before running them in a cloud-device pipeline?

You can validate Revyl test configurations before execution by applying YAML validation within the MCP workflow. This step ensures human-readable test steps are correctly structured before deploying to iOS and Android cloud-device pipelines.

How do I check the execution status of a test in a deterministic testing pipeline?

To check the execution status of a test in a deterministic testing pipeline, use the get_test_status MCP operation. This coordinates the monitoring phase after run_test execution to provide deterministic feedback on deployed configurations.

Does MCP-based test authoring support both iOS and Android execution environments?

MCP-based test authoring supports both iOS and Android execution environments. The workflow coordinates YAML validation and test operations across cloud-device workflows to ensure deterministic testing pipelines function across both mobile platforms.