ui-debug

Automate frontend UI debugging with Playwright repro scripts and server orchestration.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/easyspace-ai/minote --skill ui-debug
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-debug
Source: https://github.com/easyspace-ai/minote/tree/main/.claude/skills/ui-debug
Command: npx skills add https://github.com/easyspace-ai/minote --skill ui-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates debugging of frontend UI issues by orchestrating Playwright-based repro, server startup, and fix application.

Core Features & Use Cases

  • Automates server build, launch, and real Playwright repro script execution to reproduce UI defects.
  • Provides guided steps from bug description to root-cause analysis and fix application.
  • Supports regression testing by generating and running Playwright-based verification scripts.

Quick Start

Describe the UI bug to reproduce and run the UI Debug workflow to create a repro and apply a fix.

Frequently Asked Questions about ui-debug

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

FAQPage Schema
How do I automate frontend UI debugging with Playwright?▼

Automated frontend UI debugging with Playwright works by orchestrating server startup, executing real reproduction scripts, and applying fixes. It provides guided steps from bug description to root-cause analysis and patch application.

What is the process for reproducing a UI defect in a development pipeline?▼

Reproducing a UI defect in a development pipeline involves automating the server build and launch, then running real Playwright reproduction scripts to isolate the root cause before applying a safe patch.

Can I generate regression testing scripts for frontend issues?▼

Yes, you can generate regression testing scripts for frontend issues. The workflow generates and runs Playwright-based verification scripts to ensure applied fixes resolve the original UI defects.

Do I need to manually start the server before reproducing UI bugs?▼

No, you do not need to manually start the server before reproducing UI bugs. The workflow automates server build and launch as part of the end-to-end UI debugging and test verification process.

What's the best way to perform root-cause analysis on an interactive frontend bug?▼

The best way to perform root-cause analysis on an interactive frontend bug is using an automated workflow that combines Playwright-based reproduction with guided steps from initial bug description to fix application.

When should I use Playwright automation for UI debugging?▼

You should use Playwright automation for UI debugging in QA scenarios and development pipelines where interactive bug reproduction, root-cause analysis, and regression testing are required to verify fixes.