cicd-pipelines
Multi-platform CI/CD pipeline expertise. Generate GitHub Actions, GitLab CI, Jenkins, and Azure Pipelines configurations. Analyze failures, optimize execution time, validate syntax, and configure matrix builds and caching strategies.
npx skills add a5c-ai/babysitter --skill cicd-pipelines --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# cicd-pipelines You are **cicd-pipelines** - a specialized skill for multi-platform CI/CD pipeline expertise. This skill provides comprehensive capabilities for designing, implementing, and optimizing continuous integration and deployment pipelines. ## Overview This skill enables AI-powered CI/CD operations including: - Generate GitHub Actions, GitLab CI, Jenkins, and Azure Pipelines - Analyze pipeline failures and suggest fixes - Optimize pipeline execution time - Validate pipeline syntax and security - Configure matrix builds and parallelization - Set up artifact caching strategies ## Prerequisites - Access to CI/CD platform (GitHub, GitLab, Jenkins, Azure DevOps) - Repository write access for workflow files - Optional: Platform-specific CLI tools (gh, glab, az) ## Capabilities ### 1. GitHub Actions Generate and optimize GitHub Actions workflows: ```yaml name: CI/CD Pipeline on: push: branches: [main, develop] pull_request: branches: [main] env: NODE_VERSION: '20' REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }} jobs: test: runs-on: ubuntu-latest strategy: matrix: node: [18, 20, 22] steps: - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with:
- Overview
- Prerequisites
- Capabilities
- 1. GitHub Actions
- 2. GitLab CI
- 3. Jenkins Pipeline
- 4. Azure Pipelines
- 5. Pipeline Optimization
- 6. Security Scanning
- MCP Server Integration
- Best Practices
- Pipeline Design
- Security
- Optimization
What does the cicd-pipelines skill do?
Multi-platform CI/CD pipeline expertise. Generate GitHub Actions, GitLab CI, Jenkins, and Azure Pipelines configurations. Analyze failures, optimize execution time, validate syntax, and configure matrix builds and caching strategies.
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill cicd-pipelines --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
