kiln-qa-pass

Automate end-to-end QA passes with a four-agent team and GitHub issue reporting.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams waste time coordinating multiple agents, triaging findings, and documenting results. Kiln QA Pass automates this coordination with a four-agent workflow and automatic GitHub issues reporting.

Core Features & Use Cases

  • End-to-end QA with four agents: e2e-agent, chrome-agent, ux-agent, qa-reporter.
  • Automatic reporting via GitHub issues and QA-PASS-REPORT generation.
  • Standalone workflow or pipeline-integrated mode.

Quick Start

Run a full QA pass with the default four-agent workflow and review the generated QA-PASS-REPORT.md.

Frequently Asked Questions about kiln-qa-pass

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

FAQPage Schema
How do I automate end-to-end QA passes and file findings as GitHub issues?

You can automate end-to-end QA passes using a four-agent workflow that coordinates e2e-agent, chrome-agent, ux-agent, and qa-reporter. It automatically files findings as GitHub issues and generates a QA-PASS-REPORT.md artifact.

What is the best way to orchestrate parallel QA agents for automated testing?

The best way to orchestrate parallel QA agents is using a four-agent workflow that coordinates e2e-agent, chrome-agent, ux-agent, and qa-reporter. It supports parallel task orchestration to automate your full QA testing process.

Can I run a QA pass as part of a larger CI/CD pipeline?

Yes, the QA pass supports pipeline-integrated mode alongside standalone workflow execution. You can run automated end-to-end testing within your pipeline and automatically generate reports and artifact management outputs.

Does the QA reporter generate test artifacts automatically?

Yes, the qa-reporter agent handles automated report generation and artifact management. It produces a QA-PASS-REPORT.md file summarizing the end-to-end testing findings from the four-agent workflow.

How do Playwright end-to-end tests integrate with automated QA reporting?

Playwright end-to-end tests integrate through the e2e-agent within the four-agent workflow. The qa-reporter then aggregates these findings to generate a QA-PASS-REPORT.md and file issues on GitHub automatically.