# ci-pipeline > CI pipeline creation and maintenance. TODO: Implement for devops. Invoked by: "ci", "pipeline", "ci/cd", "github actions", "create pipeline". - Author: alejandropereira - Repository: eleva-labs/agentic-coding-templates - Version: 20260125100031 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/eleva-labs/agentic-coding-templates - Web: https://mule.run/skillshub/@@eleva-labs/agentic-coding-templates~ci-pipeline:20260125100031 --- --- name: ci-pipeline description: >- CI pipeline creation and maintenance. TODO: Implement for devops. Invoked by: "ci", "pipeline", "ci/cd", "github actions", "create pipeline". context: fork agent: general-purpose --- # CI Pipeline **Status**: Stub - Not Implemented **Domain**: DevOps ## Overview This is a placeholder skill for devops workflows. It will guide creating and maintaining CI pipelines for automated testing, linting, and build verification. ## TODO - [ ] Define workflow for GitHub Actions - [ ] Define workflow for GitLab CI - [ ] Define workflow for CircleCI - [ ] Add templates for common pipeline configurations - [ ] Add supporting files for caching strategies - [ ] Document parallel and matrix builds --- **End of Skill**