What problem does it solve?
Manually writing and maintaining CI/CD pipeline configurations for medallion data engineering pipelines is time-consuming, error-prone, and often misaligned with project-specific coding standards and library version requirements. This Skill eliminates that overhead by automating the generation of production-ready pipeline configs tailored to your project.
Core Features & Use Cases
- Platform-Agnostic Pipeline Generation: Creates configs for both GitHub Actions and GitLab CI, with support for deployment targets including local, Kubernetes, Astronomer, and MWAA.
- Project-Aligned Standards: Auto-resolves workspace structure and loads the latest project coding patterns and pinned library versions to ensure generated configs match team requirements.
- Use Case: A data team building a medallion pipeline with DuckDB and SQLMesh can use this Skill to instantly generate a complete CI/CD workflow that runs linting, unit tests, integration tests, and automated deployment to Astronomer on pushes to the main branch.
Quick Start
Use the create-pipeline skill to generate a GitHub Actions CI/CD workflow for your medallion data pipeline that includes lint, test, and deploy stages.