quality-assurance

Define and enforce QA processes for test plans, quality gates, and defect workflows.

1|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/josavicentevw/ai-agent-skills --skill quality-assurance-josavicentevw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-assurance
Source: https://github.com/josavicentevw/ai-agent-skills/tree/main/skills/quality-assurance
Command: npx skills add https://github.com/josavicentevw/ai-agent-skills --skill quality-assurance-josavicentevw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quality Assurance skills help teams define and implement effective QA programs, ensuring releases meet quality goals and customer expectations.

Core Features & Use Cases

  • Strategy & Planning: define scope, risks, and release criteria.
  • Test Design: craft test plans, charters, and coverage for unit, integration, and E2E tests.
  • Quality Gates & Metrics: implement CI/CD gates, dashboards, and defect tracking.
  • Use Case: Imagine a release with multiple components requiring coordinated QA across environments.

Quick Start

Clarify scope, risks, and release criteria; map test strategy across levels, types, environments, and data; set up gates and reporting; start tracking defects.

Frequently Asked Questions about quality-assurance

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

FAQPage Schema
How do I create a test strategy for a multi-component software release?

A test strategy defines scope, risks, and release criteria to ensure coordinated QA across environments. You map test levels, types, and data requirements to establish structured coverage for multiple components.

What is defect triage and how does it fit into software quality assurance?

Defect triage is the process of tracking and managing reproducible defect lifecycle workflows within QA governance. It ensures structured prioritization and resolution of issues across development teams.

How do I set up CI/CD gates and quality metrics dashboards?

Setting up CI/CD gates involves implementing automated quality checks that enforce release criteria before deployment. You combine these gates with metrics dashboards to track defects and monitor quality goals.

Can I use this approach for both manual and automated test design?

Yes, test design covers crafting test plans, charters, and coverage for unit, integration, and E2E tests. This supports both automated testing gates and manual exploratory testing governance across teams.

What's the difference between quality gates and standard test execution?

Quality gates are automated CI/CD checkpoints that enforce release criteria before deployment, whereas standard test execution simply validates functionality. Gates prevent bad code from progressing through the pipeline.