40-quality — Quality

10 skills in this category.

pr-review-flow

Master workflow for a thorough PR review. Orchestrates code review, security review, and performance review in parallel, then routes the findings into PR management for triage and merge decisioning. No implementation logic.

testing-strategy

Define test pyramid structure, coverage analysis, test type selection, and boundary condition identification for comprehensive quality assurance.

two-pass-analysis

Decouple metric collection from pass/fail gating. Pass 1 gathers raw data. Pass 2 applies thresholds. Enables trend analysis without blocking, while still enforcing standards.