QA Pro Max — QA Engineering Skill

Skill QA toàn diện cho SaaS teams — bao gồm test plan generation, comprehensive test writing, coverage analysis, và quality reporting.
/qa-pro-max là skill nâng cao hơn /qa-full. Trong khi /qa-full focus vào quy trình QA theo sprint, /qa-pro-max cung cấp engineering-level testing capabilities.

Cú pháp

/qa-pro-max                        # Menu chính
/qa-pro-max test-plan              # Tạo test plan chi tiết
/qa-pro-max write-tests            # Viết tests comprehensive
/qa-pro-max coverage               # Phân tích coverage gaps
/qa-pro-max report                 # Generate QA report

Tính năng chính

Tính năngMô tả
Test Plan GenerationTạo test plan từ PRD hoặc feature description
Comprehensive TestsViết unit, integration, E2E tests — bao gồm edge cases
Coverage AnalysisPhân tích gaps, suggest tests cần thêm
Quality ReportBáo cáo QA: pass/fail, coverage, risk areas
Regression SuiteTự động detect và chạy regression tests

Luồng hoạt động

1

Bước 1: Analyze

Đọc codebase, PRD, existing tests. Xác định gaps.
2

Bước 2: Plan

Tạo test strategy: unit (70%), integration (20%), E2E (10%).
3

Bước 3: Generate

Viết tests theo plan — happy path, edge cases, error scenarios.
4

Bước 4: Execute

Chạy tests, đo coverage, fix failures.
5

Bước 5: Report

Tổng hợp kết quả, highlight risk areas.

So sánh: /qa-full vs /qa-pro-max

Tiêu chí/qa-full/qa-pro-max
FocusSprint QA workflowEngineering-level testing
Verify issuesCó (verify-issue)Không
Test plan generationCơ bảnChi tiết, multi-level
Edge case coverageVia ck:scenarioBuilt-in comprehensive
Report formatSprint reportEngineering metrics
Dùng khiQA hàng ngày theo sprintSetup test infrastructure

Khi nào dùng / không dùng

DùngKhông dùng
Setup testing cho project mớiVerify 1 issue (dùng /qa-full:verify-issue)
Cần test plan chi tiếtQuick test check (dùng /qa-full:check)
Đánh giá test qualitySprint QA workflow (dùng /qa-full)
Engineering-level coverage analysisAcceptance testing (dùng /qa-full:accept)