cc-qa

Automates QA workflows by detecting affected pages, scoring health, and looping fixes with structured reports.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/z23cc/cc-code --skill cc-qa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-qa
Source: https://github.com/z23cc/cc-code/tree/main/skills/cc-qa
Command: npx skills add https://github.com/z23cc/cc-code --skill cc-qa

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematic QA testing that automatically detects affected pages, scores health, captures evidence, and loops fixes until quality goals are met.

Core Features & Use Cases

  • Phase-based QA: orient, explore & score, and fix loop with diff-aware page detection.
  • Automated evidence collection: screenshots, console logs, and issue taxonomy for each page.
  • Integrates with CI/workflow: outputs structured health reports and triggers fixes across repositories.

Quick Start

Run automated QA on your site to detect changes, score health, and drive iterative fixes across affected pages.

Frequently Asked Questions about cc-qa

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

FAQPage Schema
How do I automate browser QA testing for web apps with frequent content changes?

Automated browser QA uses diff-based page detection to identify affected routes and UI flows, scoring overall health while capturing screenshots and console logs as evidence to guide iterative fixes until quality goals are met.

What is a health score in automated web testing and how is it calculated?

A health score in automated web testing evaluates overall page quality by applying a predefined taxonomy and rubric to detected issues. It scores impacted routes during the explore phase to prioritize necessary iterative fixes.

How do I integrate automated QA reports into my repository workflow?

Integrate automated QA reports into your repository workflow by outputting structured health reports that trigger fixes across repositories. The automated fix loop enforces re-scoring to ensure quality goals are met before completion.

Does automated QA testing work with diff detection for selecting affected pages?

Automated QA testing works with diff detection by automatically selecting affected pages based on content changes. It targets impacted routes, components, and UI flows to ensure comprehensive end-to-end testing of modified areas.

Can I capture browser console logs and screenshots automatically during QA testing?

You can capture browser console logs and screenshots automatically during QA testing through built-in evidence collection. This automated evidence gathering documents issues for each page using a predefined issue taxonomy.

What is the best way to enforce an automated fix loop for browser testing issues?

The best way to enforce an automated fix loop for browser testing issues is to phase your QA process into orient, explore and score, and fix stages. This loops fixes with re-scoring until health goals are achieved.