qa-only

Identify and report web application issues without applying fixes.

1|Updated May 7, 2026
One-click install
npx skills add https://github.com/ChristopherAlphonse/calphonse-skills --skill qa-only-christopheralphonse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-only
Source: https://github.com/ChristopherAlphonse/calphonse-skills/tree/main/qa-only
Command: npx skills add https://github.com/ChristopherAlphonse/calphonse-skills --skill qa-only-christopheralphonse

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA teams and automation engineers need a safe, non-intrusive way to validate a web application's quality by producing reproducible test reports without making changes to the codebase.

Core Features & Use Cases

  • Deterministic, report-only QA checks that generate a structured health report with screenshots and repro steps.
  • Works across feature branches, staging, and CI, enabling fast validation without code changes.
  • Use case: When asked to "just report bugs" or "qa report only," trigger the QA workflow to document symptoms and steps.

Quick Start

To begin, trigger the QA mode in your project workspace and review the generated report.

Frequently Asked Questions about qa-only

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

FAQPage Schema
How do I generate a QA report with reproducible steps for web application issues?

To generate a QA report, trigger the report-only workflow to navigate pages via Playwright CLI, capture screenshots, and document reproducible steps without applying code fixes. It outputs structured health reports across feature branches, staging, and CI pipelines.

How does non-intrusive QA testing work without modifying the codebase?

Non-intrusive QA testing works by enforcing guardrails that restrict the workflow to identifying and documenting symptoms. It uses browser-based navigation to validate application quality and deliver structured reports without making changes to the codebase.

Can I use Playwright CLI to capture screenshots and document bugs in CI pipelines?

Yes, you can use Playwright CLI within CI pipelines to capture screenshots and document bugs. The workflow supports feature branches and staging environments, enabling fast validation and structured reporting without code modifications.

What is the best way to run diff-aware QA checks across feature branches?

The best way to run diff-aware QA checks is to trigger the QA workflow in your project workspace. It supports diff-aware and quick modes to validate feature branches fast, producing a structured health report with screenshots and repro steps.

Does report-only QA testing support quick mode for fast validation?

Yes, report-only QA testing supports quick mode for fast validation. This mode works alongside diff-aware checks to quickly navigate pages and document issues, delivering a structured QA report without applying fixes to the codebase.

When should I not use a report-only approach for QA testing?

You should not use a report-only approach when your goal is to automatically apply fixes to the codebase. This workflow enforces guardrails to strictly identify and document web application issues, meaning no code changes are made during the testing process.