Building, debugging, or optimizing CI/CD workflows in GitHub Actions, GitLab CI, or Jenkins.
When NOT to use
For manual deployment runbooks — use deployment guides instead.
Instructions
Parse pipeline YAML and identify bottlenecks
Validate job dependencies and parallel execution
Review secrets management and gating
Optimize build cache and artifact handling
Example
Reduce pipeline duration from 45min to 18min by parallelizing tests and caching dependencies.
1---2name: ci-cd3description: CI/CD Pipelines4---5# CI/CD Pipelines67## When to activate89Building, debugging, or optimizing CI/CD workflows in GitHub Actions, GitLab CI, or Jenkins.1011## When NOT to use1213For manual deployment runbooks — use deployment guides instead.1415## Instructions16171. Parse pipeline YAML and identify bottlenecks182. Validate job dependencies and parallel execution193. Review secrets management and gating204. Optimize build cache and artifact handling2122## Example2324Reduce pipeline duration from 45min to 18min by parallelizing tests and caching dependencies.
Run npx skillmds@latest add uitbreidenos/ci-cd in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
CI/CD Pipelines It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
UitbreidenOS (@uitbreidenos) published this skill. Their other Agent Skills are listed on their SkillMD profile.