ci-cd
Installation
SKILL.md
CI/CD Pipelines: Multi-Platform Production Infrastructure
Write, review, and architect CI/CD pipelines across GitHub Actions, GitLab CI/CD, Forgejo Actions, Gitea Actions, and Woodpecker. The goal is secure, fast, auditable pipelines that satisfy both engineering needs and compliance requirements (PCI-DSS 4.0).
Target versions: May 2026 snapshot. Read references/target-versions.md before
pinning forge, runner, CI, or supply-chain tool versions.
This skill covers workflow design, security, compliance, cross-platform migration, runners, dependency updates, scanning, review gates, and rollout order.
When to use
- Writing or reviewing CI/CD pipeline configs (GitHub/Forgejo/Gitea Actions,
.gitlab-ci.yml,.woodpecker/*.yaml) - Designing pipeline architecture (stages, parallelism, caching, deployment strategies)
- Hardening pipelines against supply chain attacks (SHA pinning, image signing, provenance)
- Setting up security scanning in CI (SAST, SCA, container scanning, secret detection)
- Configuring runners (install, register, executor choice, hardening) - see
references/runners.md
Related skills