Compute a numeric health score (0-10) and verdict from QA artifacts. Use to determine ship/no-ship decision.
SamuelMtzA/qa-pipeline
SkillsMP has collected 11 skills from SamuelMtzA/qa-pipeline. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 11
- GitHub stars
- 6
- GitHub forks
- 8
Skills in this repository
Showing 11 of 11 collected skills.
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.
Analyze a PRD markdown file and extract structured requirements into JSON format. Use this skill when you need to parse product requirements from a markdown document into a machine-readable format.
Execute Playwright tests and capture results with traces, videos, and screenshots. Use this skill when you need to run generated test files and collect execution evidence.
Generate Playwright test files from requirements and DOM snapshot. Use this skill when you need to create executable test scripts based on product requirements and observed page structure.