What problem does it solve? CI/CD pipelines often waste time and money through missing caches, sequential jobs, unpinned actions, and leaked secrets, and teams lack a structured way to find these issues. This Skill performs a read-only, single-pass audit of pipeline configurations and produces a scored report with prioritized fixes. ## Core Features & Use Cases - 10-dimension scoring (CI1-CI10): Evaluates caching, parallelism, conditional execution, artifacts, secret handling, action pinning, timeouts, Docker optimization, test integration, and pipeline speed, producing a 0-100 score with HEALTHY to CRITICAL grades. - Critical security gates: Automatically fails the audit when hardcoded secrets appear in workflow YAML, unverified third-party actions are used, or no tests run in CI. - Multi-platform support: Full coverage for GitHub Actions, with detection-level support for GitLab CI and CircleCI. - Use Case: After noticing slow builds and rising CI costs, run the audit to discover that dependencies are reinstalled in every job and actions are pinned to @main, then follow the generated optimization roadmap of quick wins and short-term fixes. ## Quick Start Ask the assistant to run a CI audit on this repository's GitHub Actions workflows and report the score with the top findings.