cicd-pipelines

Solid

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.

DevOps & Infrastructure 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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: node-version: ${{ matrix.node }} cache: 'npm' - name: Install dependencies run: npm ci - name: Run tests run: npm test -- --coverage - name: Upload coverage...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills