skytest-generate

Generate and manage SkyTest test cases from feature descriptions and user flows.

30|4|Updated Dec 24, 2025
One-click install
npx skills add https://github.com/oursky/skytest-agent --skill skytest-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skytest-generate
Source: https://github.com/oursky/skytest-agent/tree/main/skills/skytest-skills/skytest-generate
Command: npx skills add https://github.com/oursky/skytest-agent --skill skytest-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation, updating, and management of end-to-end test cases for web and Android applications, translating plain language descriptions into executable tests.

Core Features & Use Cases

  • Automated Test Case Generation: Creates draft test cases from feature descriptions, screenshots, or user flows.
  • Test Case Management: Supports creating, updating, running, querying, and deleting test cases.
  • MCP Operations: Integrates with MCP for advanced test case generation and management workflows.
  • Use Case: A product manager describes a new user onboarding flow. This Skill generates a comprehensive set of test cases, including happy paths and edge cases, ready for execution.

Quick Start

Use the skytest-generate skill to create a new test case for the user login flow.

Frequently Asked Questions about skytest-generate

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

FAQPage Schema
How do I generate E2E test cases from feature descriptions?

E2E test case generation from feature descriptions is automated by translating plain language into executable tests with complete steps, targets, and variables. This creates comprehensive draft test cases covering both happy paths and edge cases for immediate execution.

Can I create Playwright test cases from screenshots and user flow documentation?

Playwright test case creation from screenshots and user flow documentation is fully supported. The Skill processes these inputs to generate draft test cases with complete steps and variables, ready for direct run triggers or MCP update operations.

Does this support Android testing and web application test case management?

Android testing and web application test case management are both supported. You can create, update, run, query, and delete test cases across both platforms, including project config management and inventory lookup for comprehensive test coverage.

What's the best way to manage and run automated test cases after generation?

Managing and running automated test cases is handled through MCP operations supporting direct run triggers, run querying, stop-all runs, and queue management. Generated draft test cases can be updated or deleted directly within the workflow.

How do I update existing test cases when a user flow changes?

Updating existing test cases when a user flow changes is done via MCP update operations. You provide the revised feature descriptions or screenshots, and the Skill modifies the test case steps, targets, and variables to match the new flow.

When should I use automated test case generation instead of writing tests manually?

Automated test case generation should be used when translating plain language feature descriptions, screenshots, or user flow documentation into executable tests. It replaces manual writing to rapidly produce comprehensive draft cases with complete steps, targets, and variables.