cgs.qa.report

Execute end-to-end and visual tests, then compile findings into a timestamped Markdown report.

1|3|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/CodeGeneration-2020/cgs-team-claude-setup --skill cgs-qa-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cgs.qa.report
Source: https://github.com/CodeGeneration-2020/cgs-team-claude-setup/tree/main/.claude/skills/cgs.qa.report
Command: npx skills add https://github.com/CodeGeneration-2020/cgs-team-claude-setup --skill cgs-qa-report

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of detailed Quality Assurance reports by executing all end-to-end and visual tests, providing a clear overview of feature readiness.

Core Features & Use Cases

  • Full QA Pass Execution: Runs all E2E and visual tests for a given feature.
  • Automated Reporting: Compiles test results, visual discrepancies, and LLM-driven analysis into a timestamped Markdown report.
  • Use Case: After developing a new user authentication flow, run this Skill to ensure all functional tests pass, compare the UI against Figma designs, and get a release recommendation.

Quick Start

Use the cgs.qa.report skill to run a full QA pass and generate a report for the current feature.

Frequently Asked Questions about cgs.qa.report

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

FAQPage Schema
How do I automate QA report generation for end-to-end and visual tests?

Automate QA report generation by running E2E and visual tests, then compiling results and LLM-driven analysis into a timestamped markdown report. This delivers a comprehensive overview of feature readiness.

How does LLM-based visual regression investigation work for UI mismatches?

LLM-based visual investigation analyzes detected UI mismatches after visual regression tests run. It evaluates discrepancies against expected designs to provide automated analysis of visual differences within the generated QA report.

Can I filter E2E tests by story ID when running a QA pass?

Yes, you can filter end-to-end tests by story ID when running a QA pass. This allows you to target specific feature scopes and generate focused reports for individual user stories.

Is it possible to skip visual comparisons during Playwright test execution?

Yes, you can skip visual comparisons during test execution. This allows you to run functional end-to-end tests only, speeding up the QA pass when visual regression checks are not required.

What is included in an automated markdown QA report for feature readiness?

An automated markdown QA report includes compiled end-to-end test results, visual discrepancies, LLM-driven analysis of mismatches, and a release recommendation. It is timestamped for tracking feature readiness over time.

Does this generate a release recommendation after running E2E and visual tests?

Yes, it generates a release recommendation after running E2E and visual tests. By analyzing functional test results and visual discrepancies, it compiles a release recommendation into the final timestamped markdown report.