openclaw-qa-testing

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables repo-local QA testing for OpenClaw, allowing teams to run, watch, debug, and extend the QA suite using qa-lab and qa-channel.

Core Features & Use Cases

  • Repo-local QA execution for OpenClaw with qa-lab and qa-channel.
  • Inspect live QA artifacts, debug failing scenarios, and add new QA scenarios.
  • Explain and document the OpenClaw QA workflow for teams and new contributors.

Quick Start

Start the local QA run by invoking pnpm openclaw qa suite with the live-openai lane and the gpt-5.4 model.

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 OpenClaw QA tests locally using qa-lab?

Run OpenClaw QA tests locally by invoking the QA suite with qa-lab and qa-channel, preferring the live OpenAI lane using gpt-5.4 in fast mode for execution and debugging.

How do I debug failing QA scenarios in an OpenClaw repo?

Debug failing OpenClaw QA scenarios by using qa-channel to inspect live QA artifacts, watch the workflow execution, and identify failure points within your repo-local testing environment.

Can I add new QA scenarios to an existing OpenClaw workflow?

Yes, you can extend OpenClaw QA workflows by adding new scenarios directly through the qa-lab and qa-channel infrastructure, enabling continuous expansion of your repo-local test coverage.

What models are supported for OpenClaw QA testing execution?

OpenClaw QA testing prefers gpt-5.4 in fast mode for the live OpenAI lane, while explicitly forbidding gpt-5.4-pro or gpt-5.4-mini unless a user manually overrides the model policy.

When should I use qa-channel for OpenClaw QA coordination?

Use qa-channel when you need to coordinate repo-local QA testing for OpenClaw, specifically to watch live test runs, inspect QA artifacts, or explain the QA workflow to contributors.