openclaw-qa-testing

Run and debug OpenClaw QA scenarios across qa-lab and qa-channel.

4|2|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/bitan-del/gods-eye --skill openclaw-qa-testing-bitan-del
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openclaw-qa-testing
Source: https://github.com/bitan-del/gods-eye/tree/main/.agents/skills/openclaw-qa-testing
Command: npx skills add https://github.com/bitan-del/gods-eye --skill openclaw-qa-testing-bitan-del

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw QA testing is complex and repo-local; this skill provides a standardized way to run, watch, debug, and extend QA workflows across qa-lab and qa-channel, within the local environment.

Core Features & Use Cases

  • Run repo-local QA seeds with qa-lab and qa-channel.
  • Inspect QA artifacts and seed plans, debug failing scenarios, and extend QA scenarios in qa/seed-scenarios.json.
  • Provide live OpenAI lane policy guidance and deterministic task orchestration for testing workflows.

Quick Start

Run the OpenClaw QA suite locally with live OpenAI models and save results to 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 OpenClaw QA tests locally across qa-lab and qa-channel?

Run OpenClaw QA tests locally by orchestrating seed plans across qa-lab and qa-channel, utilizing deterministic task execution and live OpenAI model lane selection. Results and artifacts are generated under the .artifacts/qa-e2e directory.

What is the best way to debug failing QA scenarios in an OpenClaw repository?

Debug failing OpenClaw QA scenarios by inspecting generated QA artifacts in the .artifacts/qa-e2e directory. The skill allows you to review seed plans and trace deterministic task execution to locate the exact point of failure.

How do I extend existing QA scenarios for OpenClaw testing?

Extend OpenClaw QA scenarios by adding or modifying test definitions in the qa/seed-scenarios.json file. The skill orchestrates these updated seed plans across qa-lab and qa-channel for local execution.

Can I select specific OpenAI model lanes for local QA testing?

Yes, local QA testing supports OpenAI model lane selection. The skill provides live OpenAI lane policy guidance to ensure deterministic task execution across the qa-lab and qa-channel workflows.

Where are QA test artifacts stored when running OpenClaw seed plans?

OpenClaw QA test artifacts are generated and stored under the .artifacts/qa-e2e directory. Inspecting these artifacts helps debug failing scenarios and verify deterministic task execution results.