qa-expert

Establish QA testing processes with test strategies, AAA cases, and OWASP security testing.

1.3k|212|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/daymade/claude-code-skills --skill qa-expert-daymade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-expert
Source: https://github.com/daymade/claude-code-skills/tree/main/qa-expert
Command: npx skills add https://github.com/daymade/claude-code-skills --skill qa-expert-daymade

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps organizations establish comprehensive QA testing processes, writes test strategies following Google Testing Standards, and enables autonomous QA execution with master prompts and complete templates for handoffs. It reduces QA setup time, increases test coverage, and streamlines reporting while embedding OWASP security testing practices.

Core Features & Use Cases

  • Establish QA infrastructure for new/existing projects and generate standardized test artifacts
  • Write standardized test cases following AAA patterns and Google Testing Standards
  • Execute test plans with autonomous, LLM-driven execution and live progress tracking
  • File bugs with P0-P4 severity classifications and generate QA progress reports
  • Include OWASP security testing coverage and 90% target adherence
  • Produce third-party handoff documentation templates for smooth onboarding

Quick Start

  • Initialize QA project templates and infrastructures: python scripts/init_qa_project.py <project-name> [output-directory]
  • Start writing test cases using templates at: assets/templates/TEST-CASE-TEMPLATE.md
  • Review security references and onboarding materials under references/

Frequently Asked Questions about qa-expert

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

FAQPage Schema
How do I write standardized test cases following best practices?

Test cases should follow the AAA (Arrange-Act-Assert) pattern and Google Testing Standards. This Skill provides templates and master prompts to generate standardized test cases, reducing setup time and ensuring consistent coverage across your project.

Can I automate QA testing with LLM-driven execution?

Yes. This Skill enables autonomous QA execution through master prompts and templates that allow LLM-driven test plan execution with live progress tracking, enabling hands-off testing and third-party handoffs.

How do I incorporate OWASP security testing into my QA process?

This Skill embeds OWASP security testing practices directly into comprehensive QA workflows, targeting 90% adherence and covering security test cases alongside functional and regression testing.

What's the fastest way to set up QA infrastructure for a new project?

Initialize QA project templates using the built-in Python script, which generates standardized test artifacts, documentation templates, and infrastructure scaffolding in a single command.

How do I track bugs and generate QA progress reports?

File bugs with P0-P4 severity classifications and generate automated QA progress reports. The Skill provides templates and metrics calculation to support governance and stakeholder communication.

Does this work with existing projects or only new ones?

This Skill establishes QA infrastructure for both new and existing projects. It generates standardized test artifacts and templates compatible with any Python 3 environment, making it adaptable to current workflows.