qa

Guide structured testing across planning, design, review, and execution phases.

Updated Feb 7, 2026
One-click install
npx skills add https://github.com/VitorAndTxr/omni-sw --skill qa-vitorandtxr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa
Source: https://github.com/VitorAndTxr/omni-sw/tree/main/skills/qa
Command: npx skills add https://github.com/VitorAndTxr/omni-sw --skill qa-vitorandtxr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA specialists ensure system meets acceptance criteria through structured testing, test design, and quality review.

Core Features & Use Cases

  • Phase-based QA coverage across plan, design, review, test, and document to ensure quality gates.
  • Provides test strategy guidance, edge-case review, and documentation of testing artifacts.
  • Framework examples: xUnit with FluentAssertions; integration tests with WebApplicationFactory. Use when: assessing testability risks during planning (/qa plan), reviewing architecture for testability (/qa design), reviewing code for correctness and edge cases (/qa review), writing and executing tests (/qa test), documenting test strategy and coverage (/qa document), or user says "qa", "quality", "test", "testing", "write tests", "run tests", "test report", "bug report".

Quick Start

Run the QA workflow to assess testability, review architecture, and design tests aligned with the SDLC phases.

Frequently Asked Questions about qa

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

FAQPage Schema
How do I design a test strategy for risky software features?

Plan risky features by applying phase-based QA coverage to assess testability and review architecture. This guides structured test design and enforces testing standards to meet acceptance criteria.

How do I review code for edge cases and correctness?

Review code for edge cases and correctness by applying structured testing standards during the review phase. This identifies potential testability issues and enforces quality gates before release readiness.

What is the best way to document test plans and coverage notes?

Document test plans and coverage notes by enforcing testing standards and artifacts across the SDLC. This provides traceability and ensures release readiness through structured regression suites.

How do I write integration tests using WebApplicationFactory?

Write integration tests using WebApplicationFactory by following framework examples provided during the test execution phase. This ensures the system meets acceptance criteria through structured test development.

When do I need a regression suite for release readiness?

You need a regression suite for release readiness when verifying that new changes do not break existing functionality. This enforces testing standards and documents coverage to meet quality gates.