desktop-workflow-generator

Generate desktop workflows from codebase analysis and Playwright CLI walkthroughs.

23|1|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/neonwatty/qa-skills --skill desktop-workflow-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: desktop-workflow-generator
Source: https://github.com/neonwatty/qa-skills/tree/main/skills/desktop-workflow-generator
Command: npx skills add https://github.com/neonwatty/qa-skills --skill desktop-workflow-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating desktop workflows for browser testing by analyzing the application's codebase and walking through the live app step-by-step.

Core Features & Use Cases

  • Codebase Analysis: Uses parallel agents to analyze code for routes, components, and data flow.
  • Live Walkthrough: Guides a user through the app with Playwright CLI, capturing screenshots and user confirmations.
  • Task List Integration: Tracks parallel processes, progress visibility, and session recovery for iteration and auditing.

Quick Start

To start the desktop workflow generator, run /setup-profiles to configure auth profiles, then /run-qa generate desktop workflows.

Frequently Asked Questions about desktop-workflow-generator

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

FAQPage Schema
How do I generate detailed desktop workflows for browser testing?

To generate detailed desktop workflows for browser testing, this Skill analyzes your web application's codebase and performs a live walkthrough using Playwright CLI to create step-by-step instructions. It uses parallel agents to analyze routes, components, and data flow.

What's the best way to automate QA workflows for a Next.js application?

Automating QA workflows for a Next.js application is optimized by this Skill through parallel codebase analysis and live app walkthroughs. It captures screenshots and user confirmations via Playwright CLI to generate step-by-step testing instructions.

Do I need to configure Playwright auth profiles before generating desktop workflows?

Yes, you need to configure Playwright auth profiles before generating desktop workflows by running the /setup-profiles command. You must also generate test data before starting the live walkthrough with the /run-qa command.

Can I use code analysis to build step-by-step instructions for browser-based testing?

Yes, you can use code analysis to build step-by-step instructions for browser-based testing. This Skill uses parallel agents to analyze your codebase for routes and components, then guides you through the live app with Playwright CLI to capture screenshots.

Does the desktop workflow generator support session recovery for QA automation?

Yes, the desktop workflow generator supports session recovery for QA automation through its task list integration. It tracks parallel processes and provides progress visibility, allowing you to resume iterations and audit previous testing sessions.

How does Playwright CLI walkthrough work when creating desktop workflows?

Playwright CLI walkthroughs work by guiding you through your live web application step-by-step to create desktop workflows. The tool captures screenshots and user confirmations during the live session, combining them with codebase analysis to produce detailed testing instructions.