qa-only

Run report-only QA testing on web applications and generate structured defect reports.

1|2|Updated Jan 4, 2024
One-click install
npx skills add https://github.com/NaKMiers/Port4lio --skill qa-only-nakmiers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/NaKMiers/Port4lio/tree/main/.agents/skills/qa-only
Command: npx skills add https://github.com/NaKMiers/Port4lio --skill qa-only-nakmiers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams often need to produce structured bug reports with reproducible steps, screenshots, and a health score, while avoiding any code changes.

Core Features & Use Cases

  • Automated report-only QA passes that gather evidence (screenshots, logs, health score).
  • Structured bug reports with clear repro steps and impact assessment.
  • Use cases include regression hunts, exploratory testing, and validation of new features without altering the codebase.

Quick Start

Run /qa-only to start a report-only QA pass.

Frequently Asked Questions about qa-only

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate structured bug reports with reproducible steps for web applications?

Automated report-only QA testing generates structured bug reports with clear repro steps, screenshots, and health scores for web applications without applying fixes or initiating code changes.

Can I run regression tests and exploratory validation without altering the codebase?

Yes, report-only QA testing supports regression hunts, ad-hoc bug hunts, and exploratory validation across pages while strictly avoiding any code changes to the application codebase.

What is a health score in report-only QA testing?

A health score in report-only QA testing is a generated metric that assesses the overall stability of web pages during a test pass, produced alongside screenshots and logs as evidence.

How do I start a report-only QA pass to document issues?

Run the /qa-only command to start an automated report-only QA pass that gathers evidence, documents issues, and generates structured defect reports for your web application.

Does report-only QA testing apply code fixes after finding defects?

No, report-only QA testing never initiates code changes; it strictly performs report-only passes to document issues, assess impact, and generate structured defect reports with reproducible steps.

What do I need to produce structured defect reports with screenshots and logs?

To produce structured defect reports with screenshots and logs, you need a running web application to validate; the report-only QA pass gathers this evidence automatically without requiring dependencies.