playwright-skill

Automate browser testing workflows with Playwright for web QA.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/alfredhuang211/my_skills --skill playwright-skill-alfredhuang211
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playwright-skill
Source: https://github.com/alfredhuang211/my_skills/tree/main/playwright-skill
Command: npx skills add https://github.com/alfredhuang211/my_skills --skill playwright-skill-alfredhuang211

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser testing and QA tasks to speed up web development and ensure consistent behavior across pages and devices.

Core Features & Use Cases

  • Auto-detects running dev servers and writes Playwright test scripts to /tmp to avoid project clutter.
  • Executes tests via the universal run.js executor, enabling quick ad-hoc automation like login flows, form submissions, and screenshot captures.
  • Validates responsive design and UX by performing multi-viewport checks and basic navigation verification for pages.

Quick Start

Detects your dev server, generates a Playwright test in /tmp, and runs it with the universal executor to quickly validate browser interactions.

Frequently Asked Questions about playwright-skill

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

FAQPage Schema
How do I automate web testing for a local development server?

To automate web testing for a local dev server, this skill auto-detects the running server, generates Playwright test scripts in /tmp, and executes them to validate interactions without cluttering your project.

Can I capture screenshots and validate responsive design automatically?

Yes, you can capture screenshots and validate responsive design by generating Playwright test scripts that perform multi-viewport checks and basic navigation verification across targeted pages.

Do I need Node.js installed to run Playwright test scripts?

Yes, you need Node.js version 14 or higher installed, along with the Playwright dependency, to execute test scripts generated by this automation skill via the universal executor.

What is the best way to automate login flows and form submissions for QA?

The best way to automate login flows and form submissions for QA is generating ad-hoc Playwright test scripts in /tmp and running them through a universal executor to quickly validate browser interactions.

How does writing test scripts to /tmp affect my web testing workflow?

Writing test scripts to /tmp isolates generated automation code from your project directory, preventing clutter while allowing the universal executor to run path-resolved Playwright tests seamlessly.