plan-qa

Run a three-gate QA loop on Renovio feedback documents with proof and coverage reports.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingests a feedback document and runs a structured, three-gate QA loop that triages feedback items into content fixes, QA rules, or both, then executes changes with verifiable proof and produces a line-by-line coverage report before completion.

Core Features & Use Cases

  • Gate 1 — Triage: read the feedback file and produce a triage row for each item with file references and selectors.
  • Gate 2 — Execute + Verify: apply fixes one item at a time, generate terminal proof showing old content replaced with new content, and mark the item as Done only after proof is captured.
  • Gate 3 — Coverage Report: run a coverage validator and QA visual report to confirm all items are addressed.
  • Use Cases: when Nick provides feedback ( verbally or via feedback/YYYY-MM-DD.md ), when running a QA loop after feedback, or when verifying that previous feedback was fully addressed.

Quick Start

Ingest a feedback file and run the plan-qa loop to triage items, apply fixes with proof, and generate a coverage report.

Frequently Asked Questions about plan-qa

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

FAQPage Schema
How do I automate a QA loop for website feedback?

Automating a QA loop for website feedback involves ingesting a feedback document, triaging items into fixes or rules, applying changes with verifiable proof, and generating a coverage report to confirm completion.

What is a triage process for site feedback documents?

A triage process for feedback documents categorizes each item into content fixes, QA rules, or both, while extracting specific file references and selectors to prepare for targeted execution.

How do I verify that website fixes have been applied correctly?

You verify website fixes by applying changes one item at a time and generating terminal proof that shows old content replaced with new content, marking items as Done only after proof is captured.

How do I generate a coverage report for QA validation?

Generating a coverage report for QA validation requires running a coverage validator and visual report after fixes are applied, confirming that all feedback items are addressed before completion.

Can I use a structured QA loop for ad-hoc verbal feedback?

Yes, a structured QA loop can be applied when verbal feedback is provided, treating it with the same deterministic item handling, per-item proof generation, and final coverage validation as file-based feedback.