Agent skill · DevOps & Cloud

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.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill cicd-pipelines --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/devops-sre-platform/skills/cicd-pipelines/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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:

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. Capabilities
  4. 1. GitHub Actions
  5. 2. GitLab CI
  6. 3. Jenkins Pipeline
  7. 4. Azure Pipelines
  8. 5. Pipeline Optimization
  9. 6. Security Scanning
  10. MCP Server Integration
  11. Best Practices
  12. Pipeline Design
  13. Security
  14. Optimization
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
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.

Keep going