qa-only

Generate structured QA bug reports with health scores and reproduction steps.

3|14|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/cegit27/moodle-proctor --skill qa-only-cegit27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/cegit27/moodle-proctor/tree/main/.claude/skills/gstack/qa-only
Command: npx skills add https://github.com/cegit27/moodle-proctor --skill qa-only-cegit27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the need to manually document web application bugs or make unplanned code changes when you only need a structured QA report of existing issues.

Core Features & Use Cases

  • Systematic End-to-End Testing: Interacts with web applications exactly like a real user, testing all clickable elements, form inputs, and app states to catch hidden bugs.
  • Structured Bug Reporting: Generates organized QA reports with health scores, screenshots of issues, and clear step-by-step reproduction instructions for each bug found.
  • Use Case: Use this when you need to document all existing bugs in your online exam proctoring teacher dashboard for your engineering team to fix, without modifying any code yourself.

Quick Start

Use the qa-only skill to test the teacher dashboard at http://localhost:3000 and generate a structured bug report with screenshots and reproduction steps for all issues found.

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 QA bug reports for a web application without modifying any code?

To generate structured QA bug reports for a web application without modifying code, provide the target URL and optional authentication credentials. The system performs end-to-end testing, interacting with clickable elements and form inputs to produce evidence-backed bug documentation.

How do I document regression testing issues with step-by-step reproduction instructions?

Document regression testing issues with step-by-step reproduction instructions by running a scoped web app testing workflow. The process interacts with app states like a real user, capturing screenshots and generating clear reproduction steps for each bug found.

Can I use this for pre-release bug audits on a web app that requires authentication?

Yes, you can use this for pre-release bug audits on a web app requiring authentication. Supply the optional authentication credentials alongside the target web application URL to systematically test all clickable elements, app states, and form inputs.

What is included in a structured web application QA report?

A structured web application QA report includes health scores, screenshots of identified issues, and step-by-step bug reproduction instructions. It systematically documents all existing bugs without performing any code fixes or modifications.

Does this testing approach work for scoped regression testing on local development environments?

Yes, this testing approach works for scoped regression testing on local development environments. Simply provide the localhost URL to interact with the web application exactly like a real user, testing app states and form inputs to catch hidden bugs.

What are the limitations of report-only QA testing?

The primary limitation of report-only QA testing is that it strictly generates bug reports and does not perform any code fixes or modifications. It outputs health scores, screenshots, and reproduction instructions for engineering teams to resolve independently.