skills/revyl-cli/SKILL.md
Base CLI skill for Revyl command-driven workflows. Use when users want shell-command setup, execution, test authoring, or run triage without MCP tool calls.
npx skillsauth add revylai/revyl-cli revyl-cliInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this as the default Revyl skill when workflows should be expressed as revyl commands.
revyl init --detect, revyl dev list, revyl app list, screenshots, or reports can answer the question..claude/skills slash-command discovery plus WebFetch/WebSearch or configured MCP/browser tools; Cursor .cursor/skills plus .cursor/rules/revyl-skills.mdc and available MCP/browser tools.revyl device screenshot, revyl device report, or revyl test report instead of claiming browser access.revyl-cli-dev-loop for local dev loop workflows and exploratory path capture.revyl-cli-create for authoring robust YAML tests.revyl-cli-auth-bypass for test-only authenticated app state setup.revyl-cli-analyze for failed run triage.export PATH="$HOME/.revyl/bin:$HOME/.local/bin:$PATH"
revyl auth status
revyl version
revyl test list
For headless agents, set REVYL_API_KEY and run:
revyl auth login --api-key "$REVYL_API_KEY"
tools
MCP dev-first mobile loop for reliable screenshot-observe-action execution, grounded interactions, and conversion of successful exploratory paths into tests.
tools
Create and maintain Revyl tests through MCP tools using create/update operations and execution feedback loops.
tools
Create robust Revyl E2E tests using CLI commands from app source analysis or exploratory sessions.
tools
Analyze failed Revyl test, workflow, and device-session reports via CLI to classify real bugs, flaky tests, infra issues, setup failures, or test-design improvements.