revyl-cli

Automate Revyl command-driven workflows for setup, execution, test authoring, and triage.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Base CLI skill to drive Revyl command-based workflows, enabling shell-command setup, execution, test authoring, and triage without MCP tool calls.

Core Features & Use Cases

  • Supports deterministic command sequences and safe defaults for Revyl workflows.
  • Enables authoring, running, and triaging tests using the Revyl CLI from the terminal or CI pipelines.
  • Provides routing guidelines to specialized CLI skills when complex tasks arise.

Quick Start

Run revyl init to begin configuring a CLI-driven workflow with the base Revyl skill.

Frequently Asked Questions about revyl-cli

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

FAQPage Schema
How do I automate CLI workflows for test authoring and triage without MCP tool calls?

You can automate CLI workflows by running deterministic Revyl shell commands to handle test authoring, execution, and triage directly from your terminal or CI pipelines without needing MCP tool calls.

Can I use Revyl CLI commands for test setup and execution in cloud environments?

Yes, Revyl CLI commands support test setup and execution across local, cloud, and CI environments by enforcing safe defaults and structuring deterministic shell command sequences for workflow automation.

What is the best way to structure deterministic shell commands for test triage?

The best way to structure deterministic shell commands for test triage is using the Revyl CLI base framework, which enforces safe defaults and routes complex analysis tasks to specialized CLI skills.

How do I start configuring a CLI-driven workflow with Revyl commands?

Run the revyl init command to begin configuring a CLI-driven workflow, which sets up the base framework needed to express your setup, execution, and triage processes as Revyl commands.

When should I route Revyl CLI workflows to specialized CLI skills?

You should route Revyl CLI workflows to specialized CLI skills when complex tasks arise during auth, analysis, or testing, since the base framework provides routing guidelines for these advanced scenarios.

Do I need MCP tool calls to author and run tests using the Revyl CLI?

No, you do not need MCP tool calls to author and run tests; the Revyl CLI enables shell-command based test authoring, execution, and triage entirely through deterministic command sequences.