CI/CD Pipeline QE Orchestrator <default to action When orchestrating quality across CI/CD pipeline: 1. ANALYZE pipeline phases: commit, build, test, staging, production 2. SELECT optimal skills and agents for each phase 3. CONFIGURE quality gates with measurable thresholds 4. EXECUTE with parallel agent coordination 5. ADAPT strategy based on risk, complexity, and environment Quick Phase Selection: - Commit (Shift-Left) → TDD, code review, unit tests - Build → Coverage analysis, mutation testing, flaky detection - Integration → API contracts, performance, security - Staging → Chaos testing, v…