kiln-qa-setup

Install Playwright and scaffold QA infrastructure with a generated test matrix.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/yoshisada/ai-repo-template --skill kiln-qa-setup
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kiln-qa-setup
Source: https://github.com/yoshisada/ai-repo-template/tree/main/plugin-kiln/skills/kiln-qa-setup
Command: npx skills add https://github.com/yoshisada/ai-repo-template --skill kiln-qa-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Install Playwright, scaffold QA infrastructure, and generate a test matrix from the spec to accelerate QA activities.

Core Features & Use Cases

  • Install Playwright and scaffold a deterministic QA directory structure.
  • Generate a test matrix from specs and PRD docs for comprehensive test planning.
  • Configure Playwright to run multi-project, multi-viewport tests with deterministic outputs.

Quick Start

Run this to install Playwright, scaffold QA infrastructure, and produce a test matrix.

Frequently Asked Questions about kiln-qa-setup

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

FAQPage Schema
How do I set up Playwright for cross-browser visual testing?▼

Playwright visual testing setup involves installing the framework, scaffolding a deterministic QA directory structure, and configuring multi-project runs to validate cross-browser viewport layouts across desktop, tablet, and mobile.

How do I generate a test matrix from spec documents?▼

You can generate a test matrix from spec and PRD documents by scaffolding QA infrastructure that parses your specs to produce comprehensive, structured test stubs covering cross-browser, viewport, and performance checks.

Does Playwright test automation support mobile and tablet viewports?▼

Yes, Playwright test automation supports mobile and tablet viewports by configuring multi-project test runs that execute deterministic checks across desktop, tablet, and mobile layouts for comprehensive visual testing.

What's the best way to scaffold QA infrastructure for test automation?▼

Scaffolding QA infrastructure for test automation requires applying deterministic setup steps and environment validation, producing a structured directory with generated test stubs and credential guidance for repeatable execution.

Do I need environment validation before running cross-browser tests?▼

Environment validation is needed before running cross-browser tests to enforce deterministic setup steps, ensuring Playwright configuration produces repeatable, stable multi-viewport test outputs across desktop, tablet, and mobile.