cicd-pipeline
Installation
SKILL.md
CI/CD Pipeline
Design and implement efficient, secure, and reliable CI/CD pipelines.
When to Use
- User asks to set up, optimize, or troubleshoot CI/CD pipelines
- Configuring workflow triggers or managing secrets in pipelines
- Handling pipeline failures or implementing deployment strategies
- Even if they just say "set up CI" or "fix the pipeline"
Platform Comparison
| Platform | Config Location | Runner | Secrets |
|---|---|---|---|
| GitHub Actions | .github/workflows/ |
GitHub-hosted or self-hosted | secrets.* context |
| GitLab CI | .gitlab-ci.yml |
Shared or specific runners | $CI_JOB_VAULT |
| Forgejo Actions | .forgejo/workflows/ |
Docker or host | Repository secrets |