qa

Run end-to-end QA tests on web applications and generate health scores.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/onlypfachi/chief --skill qa-onlypfachi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/onlypfachi/chief/tree/main/qa
Command: npx skills add https://github.com/onlypfachi/chief --skill qa-onlypfachi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill reduces the manual effort of QA by systematizing web app testing, capturing evidence, and streamlining bug fixes.

Core Features & Use Cases

  • End-to-end QA across web applications, including exploratory testing, regression checks, and cosmetic verifications.
  • Tiered testing philosophy with Quick, Standard, and Exhaustive modes to balance speed and coverage.
  • Generates before/after health scores, fix evidence, and a ship-readiness summary to inform release decisions.

Quick Start

Run /qa to start a full QA pass on the current project and generate a 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 for web applications?

Automate end-to-end QA testing by simulating user flows, capturing evidence, and validating fixes across web applications. This systematizes the manual effort of exploratory tests, regression checks, and cosmetic verifications into a single pass.

What is the best way to balance speed and coverage during web app regression testing?

Balance speed and coverage in regression testing using tiered modes: Quick, Standard, and Exhaustive. These tiers scale the depth of exploratory tests and cosmetic verifications to match your release timeline.

Can I generate a QA report without automatically applying bug fixes?

You can generate a QA report without applying bug fixes by using the report-only mode. This mode evaluates web app health, captures evidence, and outputs ship-readiness summaries without altering the codebase.

Does automated QA testing provide evidence for ship-readiness decisions?

Automated QA testing provides evidence for ship-readiness decisions by generating before and after health scores. It captures fix evidence and summarizes overall application quality to inform release approvals.

How do I verify bug fixes in a web application without manual checking?

Verify bug fixes without manual checking by running an automated QA pass that simulates user flows and validates the applied corrections. It produces fix evidence and updated health scores to confirm resolution.