name: revyl-mcp description: Base MCP skill for Revyl tool-call orchestration. Use when users want direct MCP execution instead of shell commands.
Revyl MCP Skill
Use this skill when execution should happen through Revyl MCP tools.
Route to Specific MCP Skills
- Use
revyl-mcp-dev-loopfor live app interaction loops. - Use
revyl-mcp-createfor test authoring and update flows. - Use
revyl-mcp-analyzefor execution triage.
Operating Rules
- Use MCP tools only.
- Re-anchor frequently with
screenshot()before stateful actions. - Prefer one action per loop iteration unless the sequence is trivial and deterministic.
- If the user asks for shell-command guidance, switch to the
revyl-cliskill family.