qa

QA test web applications, reproduce bugs, and verify fixes iteratively.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill qa-sakshamkandel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/SakshamKandel/Salt-Route-Consulting-/tree/main/.agents/skills/qa
Command: npx skills add https://github.com/SakshamKandel/Salt-Route-Consulting- --skill qa-sakshamkandel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically QA test a web application and fix bugs found, ensuring stable releases.

Core Features & Use Cases

  • Structured QA runs verify functionality across features and identify regressions early.
  • Atomic bug fixes are committed per issue and re-verified to maintain clean history.
  • Health scores & ship-readiness summaries provide clear quality signals for release decisions.

Quick Start

Run a quick QA pass on the current app to reproduce issues and begin fixes.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I systematically QA test a web application and reproduce bugs?

To QA test a web app and reproduce bugs, run structured testing cycles that combine automated checks with manual exploration. This process identifies regressions across features in both development and production environments.

What is the best way to verify bug fixes and prevent regressions in a web app?

The best way to verify bug fixes is through iterative validation cycles. Apply atomic commits for each issue, then re-run automated checks and regression validations to ensure the fix works without introducing new defects.

Do I need a Bash-based workflow and repository access to run regression testing?

Yes, you need a Bash-based workflow and access to the repository under test. These prerequisites allow you to systematically execute automated checks, commit atomic bug fixes, and re-run validations iteratively.

How does a health score summary help with ship-readiness for web app releases?

A health score summary provides clear quality signals for release decisions by aggregating regression validation results. It indicates ship-readiness based on the stability of features after iterative bug fixes and automated checks.

Can I apply automated checks and manual exploration across development and production environments?

Yes, automated checks and manual exploration can be applied across both development and production environments. This ensures comprehensive QA coverage and identifies environment-specific regressions before shipping.