qa

Automate end-to-end QA testing and iterative bug remediation for web applications.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual QA testing is inconsistent, misses edge cases, and breaks developer flow with repetitive bug-hunt cycles. This skill automates the entire QA-to-fix pipeline so teams can ship with confidence instead of manually checking every interaction.

Core Features & Use Cases

  • Tiered Testing: Choose Quick (critical/high only), Standard (+ medium), or Exhaustive (+ cosmetic) coverage based on your timeline.
  • Automated Bug Fixing: Iteratively fixes bugs in source code, commits each fix atomically, and re-verifies the fix works.
  • Health Scoring: Produces before/after health scores, fix evidence, and a ship-readiness summary.
  • Report-Only Mode: Use /qa-only to generate a QA report without applying fixes.

Quick Start

Use the qa skill to test the deployed web application and automatically fix any bugs found.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end quality assurance testing for web applications?

Automated QA testing for web applications uses browser automation to validate user interfaces, functional workflows, performance metrics, and accessibility standards. It systematically checks critical, high, medium, and low severity tiers to ensure ship-readiness.

Can I generate a QA report without automatically modifying my source code?

Yes, you can generate a QA report without applying fixes by using a report-only mode. This evaluates your web application, produces health scores, and outputs a ship-readiness summary while leaving your source code untouched.

How does automated bug fixing handle version control commits?

Automated bug fixing iteratively patches source code and commits each fix atomically to version control. After applying a fix, it re-verifies the functionality to ensure the bug is resolved before moving to the next issue.

What is the difference between quick, standard, and exhaustive testing coverage?

Quick testing covers critical and high severity issues, Standard adds medium severity coverage, and Exhaustive includes cosmetic checks. Choose a tier based on your timeline to balance validation depth with delivery speed.

Do I need browser automation capabilities to run automated QA tests?

Yes, browser automation capabilities are required to execute end-to-end quality assurance testing. This allows the system to interact with user interfaces and validate functional workflows across your web application.

What is the best way to validate ship-readiness for a full-stack web project?

The best way to validate ship-readiness is through exhaustive automated QA testing that checks UI, workflows, performance, and accessibility. This produces before and after health scores alongside a structured ship-readiness summary.