What problem does it solve? Setting up a CI/CD pipeline for automated test execution requires platform-specific YAML knowledge, correct sharding configuration, flaky-test detection, and security hardening against script injection. This Skill scaffolds a complete, validated pipeline configuration so teams do not have to write it from scratch. ## Core Features & Use Cases - Multi-Platform Pipeline Generation: Produces ready-to-adapt pipeline configs for GitHub Actions, GitLab CI, Azure DevOps, Harness, Jenkins, and Circle CI with lint, test, burn-in, and report stages. - Stack-Aware Adaptation: Auto-detects frontend, backend, or fullstack stacks and frameworks (Playwright, Cypress, Jest, Vitest, pytest, Go, .NET, Ruby) and adjusts browser installs, caching, and test commands accordingly. - Flaky Test Detection & Quality Gates: Configures parallel sharding (4 shards by default), 10-iteration burn-in loops, pass-rate thresholds, and optional Pact contract-testing gates. - Security Hardening: Enforces script-injection prevention by routing user-controlled inputs through env intermediaries and validating generated YAML against a checklist. - Use Case: A team with a Playwright test suite asks the agent to set up CI; the Skill detects the stack, generates a GitHub Actions workflow with sharding and burn-in, and validates it against a compliance checklist. ## Quick Start Ask the agent to set up a CI pipeline with quality gates for your repository and let it detect your platform and test framework automatically.