kiln-qa-final

Run Playwright tests and output a PASS/FAIL report.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rapidly validate that the core UI test suite passes, providing a simple green/red signal without performing deeper QA evaluation or creating issues.

Core Features & Use Cases

  • Lightweight E2E gate for Playwright tests.
  • Fast feedback in CI or PR checks.
  • Easy to extend for additional test sets or configurations.

Quick Start

Navigate to the .kiln/qa directory and run the Playwright test command, then report PASS or FAIL.

Frequently Asked Questions about kiln-qa-final

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

FAQPage Schema
How do I run Playwright tests as a fast CI gate for core UI changes?

Run Playwright tests as a fast E2E gate by executing the test suite in the .kiln/qa directory, which outputs a concise PASS or FAIL report to verify core UI changes without deep evaluation.

What is an E2E QA gate and when do I need it for PR checks?

An E2E QA gate is a lightweight validation step that runs Playwright tests to provide a simple green or red signal. You need it for fast feedback in CI or PR checks to ensure core UI tests pass.

Do I need a pre-configured Playwright test suite to use this E2E gate?

Yes, you need a Playwright test suite and a configured test run. The gate automates end-to-end QA by executing these existing tests and reporting results, rather than generating the tests themselves.

Can I extend this E2E gate for additional Playwright test sets?

Yes, the E2E gate is easy to extend for additional test sets or configurations. You can apply it in fast gate scenarios to verify various Playwright test suites pass without issue filing.

Why does this E2E gate only report pass or fail without creating issues?

The E2E gate only reports pass or fail because it is designed for rapidly validating that the core UI test suite passes, providing a simple green or red signal without performing deeper QA evaluation or issue filing.