CI/CD Pipeline Builder
SECURITY Aby 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.
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
Install Command
npx skills add community/ci-cd-pipelineCompatible With
Permissions & Security
Safe
Static scan passed
Writes CI config files
Always review source code before installing, especially skills requesting filesystem or network access.
In These Packs
Links
GitHub RepositoryRelated Skills
Production Dockerfiles, K8s manifests, Helm charts, and deployment strategies with security best practices.
Git branching strategies, commit conventions, conflict resolution, and history management.
Generate structured changelogs and release notes from git history with Keep a Changelog format.
Guide incident response: triage, communication, mitigation, and blameless postmortems.