openclaw-qa-testing

Coordinate and automate local OpenClaw QA testing with qa-lab and qa-channel scenarios.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.

Core Features & Use Cases

  • Run qa-lab / qa-channel scenarios locally and manage the QA lifecycle
  • Inspect and debug live QA artifacts, scenarios, and test results
  • Extend the QA suite by adding new scenarios and explaining OpenClaw workflows
  • Switch between live and mock backends and generate activity reports

Quick Start

Install and run the QA suite locally to start evaluating the repository's OpenClaw QA workflow.

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 QA testing scenarios locally for OpenClaw workflows?

OpenClaw QA testing coordinates local execution of qa-lab and qa-channel scenarios, allowing you to read scenario packs, execute the main suite, and generate summary report artifacts for debugging.

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

Debug failing OpenClaw QA scenarios by inspecting live QA artifacts and test results locally, switching between live and mock backends to isolate workflow issues during the QA lifecycle.

Can I add new test scenarios to an existing OpenClaw QA suite?

Yes, you can extend the OpenClaw QA suite by adding new scenarios to the scenario packs, which the automation workflow reads and executes alongside the configured main suite.

Does OpenClaw QA testing support switching between live and mock backends?

OpenClaw QA testing supports switching between live and mock backends as configured, enabling live-frontier testing or mock testing for localized workflow automation and activity report generation.

Why should I use regular gpt models instead of pro or mini models for OpenClaw QA?

OpenClaw QA testing prefers the live lane with regular gpt models in fast mode, explicitly avoiding pro or mini models unless the user explicitly overrides that backend policy.