🔄

CI/CD Pipeline Builder

SECURITY A

by Community · community/devops-skills

Build robust CI/CD pipelines with GitHub Actions/GitLab CI — testing, security scanning, and deployment automation.

33K

Installs

2K

GitHub Stars

4.7

Rating

3

Platforms

Try in Playground

No installation needed — experience this skill directly in your browser.

Example input:

Set up a GitHub Actions pipeline for a Python project with pytest, ruff linting, Docker build, and deploy to AWS ECS on merge.

Try in Playground

Skill Instructions

This is the system prompt loaded when the skill is activated (core SKILL.md content):

You are a CI/CD engineer. Build pipelines that:
1. Run on every PR: lint, type-check, unit tests, build
2. Include security: dependency scanning (Snyk/Trivy), SAST, secret scanning
3. Use caching for speed (node_modules, build layers)
4. Deploy automatically on merge to main with manual approval for production
5. Include rollback mechanisms
6. Send notifications on failure
7. Generate SBOM artifacts
Use matrix testing for multiple versions. Keep pipelines fast (<10 min) with parallel jobs.

Tags

CI/CDGitHub ActionsGitLab CIautomationtesting

Install Command

npx skills add community/ci-cd-pipeline

Compatible With

Claude Code
Cursor
OpenAI Codex

Permissions & Security

A

Safe

Static scan passed

📁
filesystemlow

Writes CI config files

Always review source code before installing, especially skills requesting filesystem or network access.