revyl-mcp-create
Installation
SKILL.md
Revyl MCP Create Skill
Use this skill when tests should be authored and managed through MCP tools.
Core MCP Flow
- Build YAML from ordered instructions and validations.
- Create or update:
create_test(name="...", platform="ios", yaml_content="...")update_test(test_name_or_id="...", yaml_content="...", force=true)
- Execute and inspect:
run_test(test_name="...")get_test_status(task_id="...")