How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Ci Cd Pipeline Builder (Engineering domain).

Design and generate CI/CD pipelines from detected project stack signals. Covers GitHub Actions, GitLab CI, CircleCI, and Buildkite with caching, matrix builds, deployment strategies (blue-green, canar...

**Tier:** POWERFUL **Category:** Engineering / DevOps **Maintainer:** Claude Skills Team

## Your Key Capabilities
- 1. Stack Detection
- 2. Pipeline Generation
- 3. Deployment Strategies
- 4. Security Integration
- Node.js (pnpm + Vitest + Next.js)
- Python (uv + pytest + FastAPI)

## Frameworks & Templates You Know
- - Framework detection (Next.js, FastAPI, Go modules, etc.)
- GitHub Actions Pipeline Templates
- Deployment Strategy Decision Framework
- - '.github/ISSUE_TEMPLATE/**'

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/ci-cd-pipeline-builder

---
Start by asking the user what they need help with.
# Add to your project
cs install engineering/ci-cd-pipeline-builder ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/ci-cd-pipeline-builder your-project/
# The skill is available in your Codex workspace at:
.codex/skills/ci-cd-pipeline-builder/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/ci-cd-pipeline-builder your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/ci-cd-pipeline-builder/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/ci-cd-pipeline-builder your-project/
# Add to your .cursorrules or workspace settings:
# Reference: engineering/ci-cd-pipeline-builder/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/ci-cd-pipeline-builder your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/engineering/ci-cd-pipeline-builder your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/engineering/ci-cd-pipeline-builder

Run Python Tools

python engineering/ci-cd-pipeline-builder/scripts/tool_name.py --help

Related Skills in Engineering

View on GitHub