What problem does it solve? CI/CD pipelines often accumulate inefficiencies like redundant steps, missing caches, and over-provisioned runners that inflate build times and costs. This Skill inspects your pipeline configurations and produces a prioritized optimization report with concrete before/after code examples. ## Core Features & Use Cases - Multi-Platform Discovery: Auto-detects GitHub Actions, GitLab CI, CircleCI, and Jenkins configuration files in your workspace. - Six-Dimension Analysis: Evaluates execution speed, caching strategy, cost, reliability, developer experience, and security. - Prioritized Report: Generates an executive summary, before/after comparisons, estimated savings, and a phased implementation roadmap. - Use Case: Your GitHub Actions workflow takes 12 minutes per run and costs $50/month. The Skill identifies missing dependency caching and sequential jobs, then provides an optimized YAML configuration projected to cut duration by 40%. ## Quick Start Ask the assistant to analyze your CI/CD pipeline and suggest optimizations to reduce duration and cost.