Sets up automated CI/CD pipelines across GitHub Actions, GitLab CI, Jenkins, or CircleCI. You get working configs for testing, building containers, security scanning, and multi-environment deployments. The reference guides include complete pipeline definitions for each platform, plus best practices around caching, parallel execution, and secret management. Most useful when you're tired of manual deployment steps or need to standardize workflows across projects. The GitHub Actions example covers matrix testing, Docker builds, and deployment gating, which hits the common cases. Just watch out for the usual pitfalls like hardcoded secrets or skipping health checks.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill cicd-pipeline-setup