test-suite

Orchestrate multi-phase UI testing workflows with Playwright MCP or Chrome Extension.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill test-suite-jasonmichaelbell78-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-suite
Source: https://github.com/jasonmichaelbell78-creator/framework/tree/main/.claude/skills/test-suite
Command: npx skills add https://github.com/jasonmichaelbell78-creator/framework --skill test-suite-jasonmichaelbell78-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Multi-phase UI testing orchestration to ensure web apps are tested reliably across environments.

Core Features & Use Cases

  • Execution pipeline: Phase-based testing using Playwright MCP or Chrome Extension.
  • Flexible scopes: smoke, feature, security, performance, or full runs against target URLs.
  • Result capture: JSONL logs, screenshots, and markdown reports for traceability.
  • Use Case: QA automation for CI pipelines and pre-release verification.

Quick Start

Run /test-suite with a scope and target URL to begin automated UI testing.

Frequently Asked Questions about test-suite

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

FAQPage Schema
How do I orchestrate multi-phase UI tests with Playwright MCP?

You can orchestrate multi-phase UI tests by coordinating Playwright MCP or Chrome Extension across execution pipelines. This approach runs protocol-driven automated checks against deployment URLs and records results in JSONL logs.

Can I run automated smoke and security checks against PR previews?

Yes, automated smoke, security, and performance checks can run against PR previews. You configure testing scopes for target URLs to verify web applications reliably across environments before release.

How does automated UI testing capture results and screenshots?

Automated UI testing captures results by recording comprehensive execution data in JSONL logs. It also generates optional screenshots and markdown reports to ensure full traceability for QA pipelines.

What is the best way to automate end-to-end testing workflows for CI pipelines?

The best way to automate end-to-end testing workflows for CI pipelines is using a phase-based execution pipeline. This coordinates Playwright MCP protocols to execute configurable test scopes against target web applications.

Do I need Playwright MCP to run configurable test scopes?

You need either Playwright MCP or a Chrome Extension to run configurable test scopes. These protocols drive the execution pipeline required to perform smoke, feature, security, and performance checks.

Why use protocol-driven steps for pre-release verification?

Protocol-driven steps ensure reliable multi-phase orchestration during pre-release verification. By coordinating Playwright MCP, the pipeline systematically executes checks and captures results without manual intervention.