run-testing-session

Installation
SKILL.md

Run Testing Session

Overview

Orchestrate the full Playwright testing pipeline by dispatching each stage as a fresh subagent with isolated context. Communication between stages happens through files in docs/playwright-spec-testing/, not session context. Each stage is followed by a dedicated reviewer subagent, and issues are patched by a dedicated fix subagent.

When to Use

  • When you want to run the full pipeline end-to-end without context pollution
  • When you have a spec (.feature file or plain-English test cases) and want tests generated automatically

The skills in skills/ are available for individual invocation. This orchestrator is an optional layer on top.

Prerequisites

  • Playwright installed (./node_modules/.bin/playwright --version)
  • Target app running at the configured baseURL
  • Spec input: a .feature file path or pasted test case text
Related skills
Installs
9
First Seen
Apr 7, 2026