cicd-expert

Design, implement, and optimize CI/CD pipelines with security and performance best practices.

5|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/sinhong2011/minikyu --skill cicd-expert-sinhong2011
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cicd-expert
Source: https://github.com/sinhong2011/minikyu/tree/main/.opencode/skill/cicd-expert
Command: npx skills add https://github.com/sinhong2011/minikyu --skill cicd-expert-sinhong2011

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill empowers users to design, implement, and troubleshoot robust CI/CD pipelines, ensuring secure, efficient, and reliable software delivery.

Core Features & Use Cases

  • Pipeline Design: Architecting complex workflows for GitHub Actions, GitLab CI, and Jenkins.
  • Security Integration: Embedding SAST, DAST, SCA, secrets scanning, and artifact signing.
  • Optimization: Implementing caching, parallelization, and incremental builds for speed.
  • Deployment Strategies: Automating blue/green, canary, and GitOps deployments.
  • Use Case: A development team needs to set up a new CI/CD pipeline for a microservice, including security scanning, automated testing, and deployment to Kubernetes using ArgoCD. This Skill provides the patterns and guidance to achieve this.

Quick Start

Use the cicd-expert skill to generate a secure multi-stage GitHub Actions pipeline for a Node.js application.

Frequently Asked Questions about cicd-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a secure multi-stage CI/CD pipeline?

Designing a secure multi-stage CI/CD pipeline involves architecting complex workflows for platforms like GitHub Actions, GitLab CI, and Jenkins while embedding SAST, DAST, SCA, and artifact signing to ensure reliable software delivery.

How do I integrate SAST and DAST security scanning into GitHub Actions or GitLab CI?

Integrating SAST and DAST scanning into GitHub Actions or GitLab CI requires embedding security best practices directly into your pipeline stages to identify vulnerabilities and manage secrets throughout the continuous integration process.

What is the best way to optimize CI/CD pipeline performance using caching and parallelization?

The best way to optimize CI/CD pipeline performance is by implementing caching, parallelization, advanced matrix builds, and incremental builds, which significantly reduce execution time and resource overhead during software delivery.

Does this approach support GitOps deployments with ArgoCD for Kubernetes microservices?

Yes, GitOps deployments with ArgoCD are fully supported, enabling automated blue/green and canary deployments to Kubernetes, which streamlines infrastructure as code scanning and microservice delivery.

How do I manage secrets and supply chain security in Jenkins pipelines?

Managing secrets and supply chain security in Jenkins pipelines requires implementing dedicated secrets scanning and artifact signing mechanisms to protect the integrity of your continuous deployment workflows.

When do I need infrastructure as code scanning in my CI/CD workflow?

Infrastructure as code scanning is needed in your CI/CD workflow when automating GitOps deployments or managing Kubernetes infrastructure, ensuring your infrastructure configurations remain secure and compliant before reaching production.