qa

Test web applications and fix bugs with atomic commits.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/westn/gstack-pi-port --skill qa-westn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/westn/gstack-pi-port/tree/main/port/gstack/qa
Command: npx skills add https://github.com/westn/gstack-pi-port --skill qa-westn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Test web applications like a real user and fix bugs with atomic commits. It provides a repeatable QA workflow that surfaces defects, tracks changes, and ensures fixes are verifiable.

Core Features & Use Cases

  • Tiered QA workflow: Quick, Standard, and Exhaustive tests tailored to risk and scope.
  • Atomic fixes and traceable commits: Each bug fix is committed individually with evidence and re-verified.
  • Ship-readiness reporting: Generates before/after health scores, evidence, and a clear ship-readiness summary.
  • Report-only mode: Run QA without applying fixes using a dedicated mode (qa-only) for validation.

Quick Start

Run /skill:qa to start the standard QA workflow on your project.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate web application testing and fix bugs with traceable commits?

Automated web application testing and bug fixing with traceable commits is achieved by running a QA workflow that surfaces defects, applies atomic fixes, and re-verifies changes. This provides a repeatable process ensuring fixes are verifiable.

What is the best way to run focused regression testing on specific code diffs?

Focused regression testing on specific code diffs is supported through tiered QA workflows tailored to risk and scope. You can apply testing across full-app or focused diffs using Quick, Standard, or Exhaustive tiers.

Can I run quality assurance validation without automatically applying bug fixes?

Quality assurance validation without applying fixes is possible using a dedicated report-only mode. This mode runs the standard QA workflow to surface defects and generate structured reports without committing any code changes.

Does this QA workflow support different testing scopes based on project risk?

This QA workflow supports different testing scopes based on project risk by offering three distinct tiers: Quick, Standard, and Exhaustive. Each tier is tailored to match the required depth of testing and scope.

How do atomic commits improve bug fixing during quality assurance?

Atomic commits improve bug fixing during quality assurance by ensuring each fix is committed individually with evidence and then re-verified. This traceable approach prevents bundled changes and maintains verifiable code health.