qe-cicd-pipeline-qe-orchestrator
Installation
SKILL.md
CI/CD Pipeline QE Orchestrator
<default_to_action> When orchestrating quality across CI/CD pipeline:
- ANALYZE pipeline phases: commit, build, test, staging, production
- SELECT optimal skills and agents for each phase
- CONFIGURE quality gates with measurable thresholds
- EXECUTE with parallel agent coordination
- 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, visual regression, accessibility
- Production (Shift-Right) → Synthetic monitoring, RUM, compliance