openclaw-qa-testing

Run and debug OpenClaw QA tests with qa-lab and qa-channel.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/vut08905/openclaw-app --skill openclaw-qa-testing-vut08905
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-qa-testing
Source: https://github.com/vut08905/openclaw-app/tree/main/.agents/skills/openclaw-qa-testing
Command: npx skills add https://github.com/vut08905/openclaw-app --skill openclaw-qa-testing-vut08905

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repo-local QA automation for OpenClaw, enabling users to run, watch, debug, and extend QA tests using qa-lab and qa-channel, inspect live QA artifacts, and understand the QA workflow.

Core Features & Use Cases

  • Repo-local QA orchestration: run the built-in QA suite against the current OpenClaw workspace.
  • Artifact inspection: view and interpret QA artifacts, summaries, and reports produced during runs.
  • Scenario extension & debugging: add new seed scenarios, debug failing cases, and adjust the QA harness to cover additional scenarios.
  • Workflow explanation: generate explanations of the QA process and model policy decisions for transparency.

Quick Start

Run the QA suite locally to execute and audit repo-backed scenarios, then review the QA artifacts in the .artifacts directory.

Frequently Asked Questions about openclaw-qa-testing

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

FAQPage Schema
How do I run repo-local QA tests for OpenClaw?

Run repo-local QA tests for OpenClaw by executing the built-in QA suite against your current workspace. The process automates scenario execution and outputs results to the .artifacts directory for immediate review.

What is the qa-lab and qa-channel workflow for testing?

The qa-lab and qa-channel workflow automates running, watching, and debugging OpenClaw QA tests. It manages seed scenarios, enables live artifact inspection, and allows extending test coverage directly within your repository environment.

Can I debug and extend QA scenarios within my local OpenClaw workspace?

Yes, you can debug failing cases and extend QA scenarios by adding new seed scenarios through qa-lab and qa-channel. This allows you to adjust the QA harness to cover additional scenarios locally without external dependencies.

Where are QA test artifacts and reports stored during a test run?

QA test artifacts, summaries, and reports are stored in the .artifacts directory. You can inspect these live QA artifacts after running the suite to interpret results and audit repo-backed scenarios for transparency.

Does the OpenClaw QA testing process enforce model policy for live OpenAI usage?

Yes, the QA testing process enforces model policy for live OpenAI usage, specifically applying openai/gpt-5.4 in fast mode. It generates explanations of QA process and model policy decisions for transparency.