qa-expert

Plan QA strategies and implement quality gates for software projects.

69|11|Updated Jan 10, 2026
One-click install
npx skills add https://github.com/zhaono1/agent-playbook --skill qa-expert-zhaono1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-expert
Source: https://github.com/zhaono1/agent-playbook/tree/main/skills/qa-expert
Command: npx skills add https://github.com/zhaono1/agent-playbook --skill qa-expert-zhaono1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

QA strategy and gating are often ad-hoc; this skill provides structured planning for testing strategies and quality gates to improve release confidence.

Core Features & Use Cases

  • Develop risk-based testing strategies and a testing pyramid aligned to project goals.
  • Define and enforce quality gates across Pre-Commit, Pre-Merge, and Pre-Production workflows.
  • Generate QA artifacts such as test plans, coverage analyses, and QA metrics templates to guide decisions.

Quick Start

Describe your project and ask for a QA strategy or a test plan to generate the artifacts.

Frequently Asked Questions about qa-expert

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

FAQPage Schema
How do I plan a risk-based testing strategy for my software project?

A risk-based testing strategy prioritizes testing efforts based on project risks and goals. This skill generates structured QA plans that align testing pyramid distributions and coverage analyses to mitigate specific software project risks.

What are quality gates and how do I define them across pre-merge and pre-production workflows?

Quality gates are enforced criteria that software must pass before progressing between workflows. You can define gate criteria for Pre-Commit, Pre-Merge, and Pre-Production stages to establish structured release confidence and block code commits that fail metrics.

How do I generate a test plan and QA metrics templates for unit, integration, and end-to-end testing?

Generating a test plan involves detailing scope and automation scripts across unit, integration, and end-to-end testing. This skill produces QA artifacts including coverage analyses and QA metrics templates to guide decisions for these testing layers.

Can I use this to create automation-ready scripts for my QA testing gates?

Yes, you can create automation-ready scripts for QA testing gates. The skill provides templates and scripts designed to enforce quality gates and integrate automated testing workflows directly into your software engineering pipeline.

What is the best way to structure a QA strategy to improve release confidence?

The best way to structure a QA strategy for release confidence is to replace ad-hoc testing with structured planning. This involves defining testing pyramids, applying risk-based testing, and enforcing quality gates to systematically validate software quality.