qa-expert

Establish QA testing and OWASP security validation workflows for software projects.

Updated Jul 3, 2025
One-click install
npx skills add https://github.com/isakawar/crmKvitkovaPovnya --skill qa-expert-isakawar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-expert
Source: https://github.com/isakawar/crmKvitkovaPovnya/tree/main/.agents/skills/qa-expert
Command: npx skills add https://github.com/isakawar/crmKvitkovaPovnya --skill qa-expert-isakawar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams establish reliable QA processes by standardizing test design, execution tracking, bug filing, and security verification so quality gates can be measured and met consistently.

Core Features & Use Cases

  • QA project initialization: Generates a complete QA scaffold with documentation templates, tracking CSVs, baseline metrics, and an autonomous master prompt for test execution.
  • Structured test case authoring and execution: Supports AAA (Arrange-Act-Assert) test cases with standardized IDs, prioritization (P0–P4), and deterministic tracking updates after each test.
  • Bug reporting and quality metrics: Produces bug reports with required fields and computes pass rate, execution progress, bug breakdown, and release readiness quality gates.
  • Security testing alignment (OWASP): Guides teams to implement and measure OWASP Top 10 coverage using consistent test documentation and severity policies.
  • Reporting for stakeholders: Generates daily/weekly reporting templates and supports comparisons against baseline metrics for week-over-week trends.

Quick Start

Ask the AI: "Initialize QA testing scaffolding for my project and generate the complete QA templates and autonomous execution prompt in the ./tests directory."

Frequently Asked Questions about qa-expert

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

FAQPage Schema
How do I set up comprehensive QA testing workflows for a new software project?

Comprehensive QA testing workflows are established by generating a complete scaffold of documentation templates, tracking CSVs, and an autonomous master prompt for test execution. This standardizes test design, execution tracking, and bug filing to measure quality gates consistently.

What is the AAA format for structuring test cases and execution tracking?

The AAA test case format structures tests into Arrange, Act, and Assert phases with standardized IDs and P0–P4 prioritization. It requires deterministic tracking updates via immediate CSV modifications after each test execution to maintain accurate progress measurement.

How do I measure OWASP Top 10 security coverage during release validation?

OWASP Top 10 security coverage is measured by applying consistent test documentation and severity policies to track validation workflows. This approach targets specific coverage thresholds, such as 90%, to ensure security gates are met before release.

How does bug triage with P0–P4 severity levels work in automated testing?

Bug triage with P0–P4 severity levels works by enforcing a P0-stop escalation behavior during automated test execution. When a P0 critical bug is detected, the workflow halts to prevent further execution until the failure is resolved.

Can I generate stakeholder QA reports comparing week-over-week quality metrics?

You can generate stakeholder QA reports comparing week-over-week metrics by using daily and weekly reporting templates. These reports calculate pass rates, execution progress, bug breakdowns, and release readiness against baseline metrics for trend analysis.