webapp-testing

Installation
SKILL.md

Autonomous end-to-end testing with Playwright's three specialized agents for planning, generating, and self-healing tests automatically.

The Three Agents

  1. Planner - Explores app and creates test plans
  2. Generator - Writes Playwright tests with best practices
  3. Healer - Fixes failing tests automatically

Quick Setup (CC 2.1.6)

# 1. Install Playwright
npm install --save-dev @playwright/test
npx playwright install
// 2. Create/update .mcp.json in project root
{
  "mcpServers": {
Related skills

More from yonatangross/orchestkit

Installs
5
GitHub Stars
170
First Seen
Feb 6, 2026