qa

Test web applications, fix issues with atomic commits, and generate structured QA reports.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill qa-carbeneai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/qa
Command: npx skills add https://github.com/CarbeneAI/Forge --skill qa-carbeneai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The qa skill automates comprehensive QA for web applications by systematically testing user flows, detecting functional, visual, performance, accessibility, and console issues, and applying atomic source-code fixes with verification and telemetry.

Core Features & Use Cases

  • Tiered Testing: Quick, Standard, and Exhaustive modes to control which severities get fixed.
  • Test → Fix → Verify: Find bugs, apply atomic commits to source code, and re-run verification with before/after evidence.
  • Diff-aware & Authenticated Runs: Operates against live URLs or in diff-aware mode on feature branches and supports CDP/browser-auth sessions.
  • Reporting & Telemetry: Produces structured QA reports, health scores, screenshots, issue taxonomy classifications, and local telemetry logs.
  • Test Bootstrap & CI Help: Detects runtimes, bootstraps testing frameworks, creates basic CI workflows, and writes TESTING.md and QA reports.

Quick Start

Run the qa skill on your current branch or target URL to test the app, fix discovered bugs with atomic commits, and generate a structured QA report.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate end-to-end QA testing and bug fixes for web applications?

To automate end-to-end QA testing for web applications, run targeted tests against live URLs or local branches to detect functional, visual, and performance issues, then apply atomic source-code fixes with automated verification and telemetry logging.

How does automated regression testing work on local feature branches?

Automated regression testing on local feature branches uses diff-aware mode to systematically test affected user flows, detect issues, and verify bug fixes with before-and-after evidence and structured QA reports.

Can I run automated QA tests on live URLs with authenticated browser sessions?

Yes, you can run automated QA tests on live URLs using authenticated CDP sessions, allowing you to test protected user flows, detect console and accessibility issues, and generate health scores.

What is the best way to structure web application QA reports with health scores and issue taxonomy?

The best way to structure QA reports is to classify issues by taxonomy, include health scores and screenshots, log local telemetry, and document testing frameworks and CI workflows in a TESTING.md file.

Does automated bug fixing support different testing tiers based on issue severity?

Yes, automated bug fixing supports Quick, Standard, and Exhaustive testing tiers, allowing you to control which severity levels of functional, visual, and performance issues receive atomic commits and verification.