run-qa-loop

Automate the QA loop against a frozen golden-master to detect drift and require approval to refreeze.

Updated Feb 3, 2026
One-click install
npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill run-qa-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-qa-loop
Source: https://github.com/BedaBeda-Growth/bedabeda-growth-site/tree/main/.agents/skills/run-qa-loop
Command: npx skills add https://github.com/BedaBeda-Growth/bedabeda-growth-site --skill run-qa-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Unified, end-to-end QA workflow that validates a site's robustness by comparing to a frozen golden-master, flags drift, and requires explicit approval to re-freeze.

Core Features & Use Cases

  • Unified Golden Master QA workflow with deterministic comparison against qa/golden-master.json
  • Drift detection, remediation guidance, and controlled refreeze with approval
  • Suitable for handoffs and production releases where QA traceability is critical

Quick Start

Run the QA loop with your approval signature to validate and refreeze.

Frequently Asked Questions about run-qa-loop

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

FAQPage Schema
How do I automate golden master drift detection for QA validation?

Golden master drift detection is automated by running end-to-end QA validation against a frozen baseline in qa/golden-master.json. The loop automatically flags any drift from the expected deterministic output and requires explicit approval to refreeze.

How does golden master QA workflow handle controlled refreeze approvals?

Golden master QA workflow handles controlled refreeze approvals by requiring a GOLDEN_MASTER_SIGNATURE. This ensures explicit authorization is provided before the baseline in qa/golden-master.json is updated during drift remediation.

Do I need npm run qa:frozen and npm run qa:freeze to validate deterministic QA?

Yes, you need npm run qa:frozen and npm run qa:freeze to validate deterministic QA. These commands execute the validation loop and manage the refreezing process against the golden master baseline.

What is golden master drift correction for production release handoffs?

Golden master drift correction for production release handoffs is the process of comparing site outputs against a frozen baseline to detect variations. It provides remediation guidance and controlled refreeze to ensure QA traceability across deployments.

When should I use a frozen golden master for end-to-end QA verification?

You should use a frozen golden master for end-to-end QA verification when you need deterministic validation and traceability for production releases. It is essential for detecting drift and ensuring controlled handoffs across deployments.