Skip to main content
Skills are embedded playbooks that teach your AI coding agent how to use Revyl effectively. The first-class public skills are focused on the customer workflows agents run most often: dev loops, test creation, and test-only auth bypass. Optional by-name skills cover narrower implementation jobs.

Choose the right skill family

The revyl-mcp-* family expects MCP tools. The revyl-cli-* family runs terminal commands as an explicit fallback. Do not run both families against the same active dev loop.

Install CLI skills

Interactive revyl init asks which AI coding tool you use and installs the CLI skill family for Cursor, Codex, or Claude Code automatically. Use these commands when you want to install, refresh, or export CLI skills manually:

Install by intent

Use the bundled install when you want the recommended skills:
Install a single skill when the agent should focus on one workflow: Add --global for user-level install, or add --cursor, --codex, or --claude when tool detection is ambiguous.

Tool-specific install

MCP-specific install

For the focused dev profile used by the current Cursor MCP setup:
Replace --cursor with --codex or --claude for another client. Use revyl skill install --mcp --force only when the MCP server exposes the broader tool profiles required by the full MCP skill family.

Global install

By default, skills are installed at the project level. Use --global for user-level installation (applies to all projects):

Installation locations

Native agent behavior

The shipped skills include client-aware guidance so agents use the native surface they have:
  • Codex: use the Codex Browser/in-app browser when it is available for local URLs, Revyl viewer/report URLs, screenshots, and page checks.
  • Claude Code: rely on .claude/skills discovery and use WebFetch/WebSearch or configured MCP/browser tools when available.
  • Cursor: use .cursor/skills plus the project Cursor rule installed at .cursor/rules/revyl-skills.mdc; use Cursor MCP/browser tools only when exposed.
When no browser tool is available, agents should report the URL and verify through revyl device screenshot, revyl device report, or revyl test report instead of pretending browser access exists. Project-level Cursor installs create the companion Cursor rule; --global --cursor only installs skills because Cursor user rules are settings-backed, not a stable file target.

Refresh skills after CLI update

revyl upgrade refreshes existing Cursor, Codex, and Claude Code skill directories automatically after a successful Homebrew or direct-download upgrade. If you update Revyl outside the CLI, or want to refresh manually, run:

First-Class Skills

Use these names directly in prompts when you want the agent to follow the right workflow. Optional skills: Compatibility skills from older releases remain available by exact name. The default install includes the first-class auth-bypass entrypoint plus platform leaves so agents can delegate after stack detection.

Manage Skills


Prompt Examples

CLI dev-loop

CLI create

Auth bypass

Platform auth bypass leaf