qa-only

Test web applications and generate structured QA reports with health scores.

1|Updated May 25, 2026
One-click install
npx skills add https://github.com/chiruu12/nudge --skill qa-only-chiruu12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/chiruu12/nudge/tree/main/.agents/skills/gstack-qa-only
Command: npx skills add https://github.com/chiruu12/nudge --skill qa-only-chiruu12

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bash, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a systematic QA testing solution that automatically generates a structured report with health scores, screenshots, and repro steps for web applications, ensuring bugs are thoroughly documented without attempting repairs.

Core Features & Use Cases

  • Automated QA Testing: Automatically tests a web application, generating a report with comprehensive details.
  • Structured Reporting: Includes a health score, detailed screenshots, and repro steps for all identified issues.
  • Use Case: Use this Skill when needing a QA report on a web application for debugging and issue tracking.

Quick Start

Generate a QA report for the current web page.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I generate a structured QA report with screenshots for a web application?

Automated QA testing systematically evaluates a web application to produce a structured report containing a health score, screenshots, and repro steps. It thoroughly documents identified bugs using Bash and Python scripting without attempting any code fixes.

Can I use Python and Bash scripts to automate web application QA testing?

Yes, you can use Python and Bash scripts to automate QA testing for web applications. These scripts handle the test execution and reporting generation, outputting structured results that include health scores and reproducible steps for any discovered issues.

Does automated QA testing provide bug documentation with repro steps?

Automated QA testing provides detailed bug documentation including repro steps for identified issues. It systematically tests web applications and generates a structured report with screenshots and a health score, ensuring bugs are thoroughly documented without attempting repairs.

What is the best way to document web application bugs without fixing them?

The best way to document bugs without fixing them is to use an automated QA reporting workflow. This approach systematically tests the web application and outputs a structured report with a health score, screenshots, and repro steps for accurate issue tracking.

Do I need Bash and Python installed to run automated QA testing scripts?

Yes, you need Bash and Python installed in your environment to run these automated QA testing scripts. They serve as the core dependencies for executing the test suites against web applications and generating the structured reporting outputs.

Why does my automated QA report include a health score for the web application?

An automated QA report includes a health score to provide a quick, quantifiable summary of your web application's overall stability. This score is generated alongside screenshots and bug documentation to help prioritize debugging and issue tracking efforts.