qa

Automate QA verification across automated tests and manual checks.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/aspelldenny/sos-kit --skill qa-aspelldenny
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/aspelldenny/sos-kit/tree/main/skills/attic/qa
Command: npx skills add https://github.com/aspelldenny/sos-kit --skill qa-aspelldenny

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This QA workflow provides a structured approach to validate software quality across automated tests, manual checks, and post-fix verification before shipping.

Core Features & Use Cases

  • Tiered testing scopes (Quick, Standard, Exhaustive) with guidance to select the right level for changes.
  • Automated test orchestration and result logging across stacks (web, backend, and services) to track quality.
  • Manual verification steps for API, UI, and data-model changes, plus a formal bug-fix loop and regression testing.

Quick Start

Run the automated test suite and perform recommended manual checks to verify changes before shipping.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I automate QA verification for web apps and backend services before shipping?

Automate QA verification by orchestrating test suites across web apps, backend services, and pipelines. The workflow executes automated tests, logs results, and applies structured manual checks to validate software quality before shipping changes.

What is the best way to structure regression testing and bug-fix verification?

Structure regression testing through a formal bug-fix loop that runs automated test suites and performs post-fix verification. This process logs test orchestration results and generates structured QA reports to track regression status across stacks.

How do I choose between quick, standard, and exhaustive testing scopes for my workflow?

Choose testing scopes based on the extent of your changes. The workflow provides tiered testing scopes—Quick, Standard, and Exhaustive—with specific guidance to help you select the appropriate verification level for your automated tests and manual checks.

Can I use this QA workflow to verify API, UI, and data-model changes manually?

Yes, you can manually verify API, UI, and data-model changes. The workflow includes dedicated manual verification steps alongside automated test orchestration to ensure comprehensive quality validation across different application layers.

Does this QA process work across different tech stacks for test orchestration?

Yes, the QA process applies across web apps, backend services, and pipelines. It orchestrates automated tests and logs results across these varied stacks to track quality and verify changes before deployment.