cicd-pipelines

Automate CI/CD pipelines across GitHub Actions, GitLab CI, and Jenkins.

10|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/viktorbezdek/skillstack --skill cicd-pipelines-viktorbezdek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cicd-pipelines
Source: https://github.com/viktorbezdek/skillstack/tree/main/cicd-pipelines/skills/cicd-pipelines
Command: npx skills add https://github.com/viktorbezdek/skillstack --skill cicd-pipelines-viktorbezdek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured approaches and patterns to design, implement, and govern CI/CD pipelines across major platforms, enabling reliable builds, tests, and deployments with integrated security and governance.

Core Features & Use Cases

  • Cross-platform CI/CD design: templates and blueprints for GitHub Actions, GitLab CI, Jenkins, and Terraform-based workflows.
  • Quality & Security integration: pipeline steps for linting, unit tests, SAST/DAST, SCA, secret scanning, and artifact signing.
  • Enterprise readiness & governance: policy, OpenSSF badge alignment, release management, and GitOps patterns.

Quick Start

Create a minimal GitHub Actions workflow that runs lint and unit tests on pushes to main.

Frequently Asked Questions about cicd-pipelines

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

FAQPage Schema
How do I design a CI/CD pipeline with integrated security scans and quality gates?

To design a CI/CD pipeline with security scans and quality gates, you orchestrate platform-native steps for linting, unit tests, SAST/DAST, SCA, and secret scanning before artifact signing and deployment.

Can I use reusable templates to automate CI/CD pipelines across GitHub Actions and GitLab CI?

Yes, you can automate CI/CD pipelines across GitHub Actions and GitLab CI using cross-platform blueprints and reusable templates that ensure consistent builds, tests, and deployments.

What is the best way to manage enterprise governance and release processes in CI/CD?

Managing enterprise governance in CI/CD involves applying policy enforcement, OpenSSF badge alignment, GitOps patterns, and structured release management across multiple environments.

How do I set up a minimal GitHub Actions workflow that runs lint and unit tests on push?

Setting up a minimal GitHub Actions workflow for lint and unit tests requires configuring a YAML file triggered on pushes to main, executing standard linting and test commands as pipeline steps.

Does multi-tool CI/CD orchestration support Jenkins and Terraform-based workflows?

Yes, multi-tool CI/CD orchestration supports Jenkins and Terraform-based workflows alongside GitHub Actions and GitLab CI to coordinate consistent end-to-end builds and infrastructure deployments.

Why do I need robust error handling and guardrails in production-grade CI/CD pipelines?

Robust error handling and guardrails are required in production-grade CI/CD pipelines to prevent failed builds or insecure artifacts from progressing across environments during automated deployments.