CI/CD Pipeline Builder
intermediateopsMin 32K context
Designs and implements CI/CD pipelines for various platforms (GitHub Actions, GitLab CI, Jenkins, CircleCI). Covers build, test, lint, security scan, deploy stages with proper caching, parallelization, and environment management.
Use Cases
- Setting up GitHub Actions for a new project
- Adding security scanning to existing pipelines
- Implementing blue-green or canary deployments
- Optimizing CI build times with caching
- Multi-environment deployment workflows
Example Prompt
Create a GitHub Actions CI/CD pipeline for my project. Project details: - Language/framework: [e.g., Node.js + Next.js] - Package manager: [e.g., pnpm] - Test framework: [e.g., Vitest + Playwright] - Deploy target: [e.g., Vercel / AWS / Docker] Pipeline should include: 1. Lint and type-check on every PR 2. Unit tests with coverage reporting 3. E2E tests on PR to main 4. Build verification 5. Auto-deploy to staging on merge to main 6. Manual promotion to production 7. Proper caching for dependencies and build artifacts
Recommended Models
Compatible Tools
claude-codecursorgithub-copilotkiroany
Modalities
Input: text, code
→Output: code, text
Related Skills
Author
OpenModels Community