stably-cli

Guide Stably CLI usage for Playwright test automation workflows.

14|5|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/stablyai/agent-skills --skill stably-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stably-cli
Source: https://github.com/stablyai/agent-skills/tree/main/skills/stably-cli
Command: npx skills add https://github.com/stablyai/agent-skills --skill stably-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps you navigate and utilize the Stably Command Line Interface (CLI) for efficient AI-assisted test creation, execution, and debugging in your Playwright projects.

Core Features & Use Cases

  • Command Guidance: Get clear explanations and usage examples for all Stably CLI commands.
  • Workflow Assistance: Learn how to set up, authenticate, create tests, run tests, and fix failures using the CLI.
  • Use Case: You need to create a new Playwright test for a login flow using AI. You can ask this skill for the exact command to run, like "how do I create a test for user login using stably cli?".

Quick Start

Use the stably cli skill to create a new test for the user login flow.

Frequently Asked Questions about stably-cli

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

FAQPage Schema
How do I generate Playwright tests using AI from the command line?

You can generate Playwright tests using AI by running specific Stably CLI commands that translate natural language descriptions into executable test scripts. This skill guides you through the exact syntax for creating tests for web flows like user login.

What is the process to authenticate and set up the Stably CLI for test automation?

Authenticating the Stably CLI for test automation requires configuring your credentials to link the command line interface with your account. This skill provides the setup and authentication workflow needed to enable AI-assisted test generation and execution.

Can I integrate AI-powered test automation into my CI/CD pipeline?

Yes, you can integrate AI-powered test automation into CI/CD pipelines by executing Stably CLI commands within your build stages. This skill supports CI/CD integration scenarios to automate test execution and failure fixing during continuous deployment.

How do I fix failing Playwright tests automatically?

You can fix failing Playwright tests automatically by utilizing the Stably CLI's automated fixing workflows, which analyze failures and apply corrections. This skill explains the command syntax to trigger automated debugging and resolve execution errors.

Does the Stably CLI work with existing Playwright projects?

Yes, the Stably CLI works with existing Playwright projects by providing AI-assisted test creation and debugging capabilities directly within your current directory structure. This skill details how to execute commands for test generation without altering your project setup.