Compute a numeric health score (0-10) and verdict from QA artifacts. Use to determine ship/no-ship decision.
Explore a web application and document findings in structured markdown. Use this skill when you need to manually explore an application to understand its structure, features, and behavior before generating tests.
Walk a live web application to discover pages, navigation structure, and interactive elements. Use for exploratory testing and app mapping.
Transform raw extracted requirements into structured user stories with acceptance criteria and priority levels. Use after read-requirements to create a feature map.
Consolidate artifacts from multiple pipeline phases into a structured QA report with health score and verdict. Use at the end of the pipeline.
Generate structured test plans and executable Playwright scripts from feature maps and app maps. Use after exploration to create tests.
Capture DOM, screenshots, console logs, and network requests from a web page using Playwright MCP. Use this skill when you need to gather comprehensive page data for testing or analysis.
Parse a PRD, spec document, API documentation, or free-text description and extract raw structured content. Use when analyzing product requirements before test generation.