What problem does it solve? Setting up a correct CI/CD pipeline requires knowing each language's tooling, caching strategies, and platform-specific syntax, and misconfigured pipelines waste CI minutes and hide failures. ## Core Features & Use Cases - Pipeline Generation: Detects language, package manager, linters, test frameworks, and security tools, then generates tailored GitHub Actions workflows or a GitLab CI config with lint, test, build, and security jobs. - Enhance & Audit Modes: Analyzes existing CI configuration, reports gaps against best practices (caching, concurrency, permissions, matrix builds), and fixes issues while preserving structure. - Use Case: A developer with a Node.js project using pnpm, ESLint, and Vitest asks to set up CI and receives separate lint, typecheck, and test workflows with proper caching and matrix builds. ## Quick Start Ask the assistant to set up a CI pipeline for this project on GitHub Actions.