← Catalog

No. 031 · devops

CI/CD Pipelines

Automate build, test, and deploy

Version 1.0.0 License MIT Format SKILL.md

Design and implement CI/CD pipelines: GitHub Actions, GitLab CI, Jenkins, and CircleCI. Covers caching, matrix builds, artifact management, deployment strategies, and secrets handling.

When to use this skill

  • Setting up a CI pipeline
  • Configuring GitHub Actions
  • Implementing blue-green deployment

Core concepts

This skill provides guidance on ci/cd pipelines best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/devops/ci-cd.zip
unzip ci-cd.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • setting up a CI pipeline
  • configuring GitHub Actions
  • implementing blue-green deployment