← ClaudeAtlas

test-reviewlisted

Review Katalon True Platform/TestOps test quality and coverage before tests enter the delivery pipeline. Use when you need to check whether a suite is ready to run, review requirement and configuration coverage, assess test-case quality and flakiness/stability, spot weak or unreliable cases, and produce a review verdict (Approve / Approve with fixes / Reject for pipeline) with the specific cases to fix. This is a pre-execution quality gate, not a ship decision; for the release ship/no-ship call use release-analyze.
katalon-labs/true-skills · ★ 3 · Testing & QA · score 67
Install: claude install-skill katalon-labs/true-skills
# Katalon Test Review Use this skill for the **review** stage: inspect coverage, quality, and reliability so weak tests do not enter the pipeline. The output is a **verdict with named weak cases**, never a metric dump. ## Availability Boundary - **Available via MCP:** coverage review (`fetch_requirement_data`, `find_test_cases_by_requirement`, `fetch_test_configuration_data`), quality review (`fetch_test_case_data`), reliability review (`fetch_test_stability_data`, `find_test_results`), and environment readiness (`read_auts`). - **Not directly available:** code/object review, local debug, StudioAssist Ask — these are Studio-desktop operations. For code-lane review, defer to `test-case-to-playwright` / `playwright-execute`. Use Browser/Playwright only for AUT sanity checks when asked. ## Review Workflow ```text +---------------------+ +----------------------+ +----------------------+ | Coverage review | --> | Quality review | --> | Reliability review | | reqs + config | | case design signals | | flakiness/stability | +---------------------+ +----------------------+ +----------------------+ | v +----------------------+ | Verdict + weak cases |