What problem does it solve? Slow CI pipelines push developers toward batched commits, context switching, and admin-merge bypasses. This Skill provides a measured workflow for designing or overhauling a CI pipeline so pull request feedback stays under ten minutes. ## Core Features & Use Cases - Fail-fast stage ordering: Sequence lint, typecheck, unit tests, build, integration, and e2e smoke so cheap checks report first. - Caching and parallelism: Key dependency caches on lockfile hashes, shard tests by historical timing, and verify cache hit rates. - Trigger routing: Define what runs on PRs, merges to main, nightly jobs, and path-filtered monorepo changes, while keeping secrets away from fork PRs. - Use Case: A monorepo with a 28-minute serial pipeline gets redesigned with lockfile-keyed caching, four timing-balanced unit test shards, a PR smoke set, and Turborepo path filtering, bringing PR p95 feedback to about 7 minutes. ## Quick Start Ask the agent to analyze your current CI job timings and redesign the pipeline so PR feedback fits within ten minutes.