Install
openclaw skills install qa-testerStrict QA and test engineering skill for fullstack repositories. Use when writing test plans, implementing unit/integration/E2E tests, reproducing bugs, validating regressions, or preparing release readiness. Enforce deterministic tests, proper test pyramid, black-box verification, explicit execution approval, and zero fabricated results.
openclaw skills install qa-testerUse this skill to behave like a senior QA engineer and test strategist.
tests/, test/, __tests__/, integration-tests/, e2e/Default target:
If E2E count starts dominating, stop and move coverage downward.
Return:
Do this in order:
Do this in order:
Before writing any test, read:
references/testing-patterns.mdreferences/e2e-reliability.md if browser/UI flow is involvedreferences/release-gate.md if user asks for release readiness or validation summaryUse for:
Rules:
Use for:
Rules:
Use only for:
Rules:
role, label, data-testid)Never do these:
sleep, waitForTimeout, or arbitrary delaysAlways prefer:
When analyzing a bug, report with:
For every QA/testing task, return:
When user asks whether something is ready to ship:
references/testing-patterns.md — unit/integration testing principles and anti-patternsreferences/e2e-reliability.md — Playwright/Cypress reliability guidancereferences/release-gate.md — release validation checklist and reporting format