playwright-skill

Automate browser interactions and website testing with Playwright scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates browser interactions, allowing you to test websites, fill forms, and validate web functionality without manual effort.

Core Features & Use Cases

  • Browser Automation: Write custom Playwright scripts for any browser task.
  • Dev Server Detection: Automatically finds running local development servers.
  • Cross-Viewport Testing: Test responsive design across desktop, tablet, and mobile viewports.
  • Use Case: Automate the entire login flow for a web application, including filling credentials and verifying successful redirection.

Quick Start

Use the playwright-skill to test if the marketing page looks good.

Frequently Asked Questions about playwright-skill

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

FAQPage Schema
How do I automate browser interactions and web testing without manual effort?

Automate browser interactions and web testing by writing custom Playwright scripts to handle page navigation, form submission, and screenshotting. This Skill executes your scripts in visible browser instances, validating web functionality automatically without manual effort.

Can I test responsive design across multiple viewports like desktop and mobile?

Test responsive design across multiple viewports like desktop, tablet, and mobile using cross-viewport testing. This Skill runs custom Playwright scripts to validate how your website renders and functions across different screen sizes automatically.

Does Playwright work with local development servers for e2e testing?

Playwright works with local development servers for e2e testing through automatic dev server detection. The Skill finds your running local development servers and executes browser automation scripts against them without requiring manual URL configuration.

How do I write and execute custom Playwright scripts for form filling and navigation?

Write custom Playwright scripts for form filling and navigation by providing your code to the Skill. It writes your scripts to temporary files and executes them with visible browser instances by default, handling page navigation and form submission automatically.

What is the best way to automate a complete login flow and verify successful redirection?

Automate a complete login flow and verify successful redirection by writing a custom Playwright script. The Skill handles filling credentials, submitting the form, and checking that the browser reaches the expected authenticated page state.

Why does my browser automation script run in a visible browser instance?

Browser automation scripts run in visible browser instances by default so you can visually verify page navigation, form submission, and responsive design validation. This Skill executes Playwright scripts visibly unless you explicitly configure headless execution.