write-playwright-test

Create Playwright end-to-end tests using fixtures and Page Object Model.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/gruckion/chief-wiggum-anthropic-agent-harness --skill write-playwright-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-playwright-test
Source: https://github.com/gruckion/chief-wiggum-anthropic-agent-harness/tree/main/marathon-ralph/skills/write-playwright-test
Command: npx skills add https://github.com/gruckion/chief-wiggum-anthropic-agent-harness --skill write-playwright-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams implement reliable end-to-end tests using Playwright, fixtures, and Page Object Model, saving time by standardizing test patterns.

Core Features & Use Cases

  • Fixtures & Page Objects: Reuse test setup and page abstractions to accelerate test creation.
  • Accessibility-First Queries: Use role-based and label queries to ensure accessible tests.
  • Use Case: Create an end-to-end test for a login flow that validates UI behavior and accessibility.

Quick Start

Create a new Playwright test using the included fixtures and page objects, then run npx playwright test to execute.