CLSkills
DevOps

How to Use Claude for Setting Up CI/CD

The exact prompt, setup, and codes to get great results.

The Problem

CI/CD pipelines are critical infrastructure that most teams configure once and never improve. Slow builds, flaky tests, and manual deployments waste hours every week.

The Prompt (Copy & Paste)

Set up a CI/CD pipeline for my project.

Project type: [WEB APP / API / MOBILE / LIBRARY]
Language: [LANGUAGE]
Hosting: [VERCEL / AWS / GCP / SELF-HOSTED]
CI platform: [GITHUB ACTIONS / GITLAB CI / CIRCLECI]
Current process: [HOW DO YOU DEPLOY NOW?]

Requirements:
- Run tests on every PR
- Lint and type-check
- Build and deploy on merge to main
- [ANY ADDITIONAL: staging env, preview deploys, DB migrations]

Generate:
1. The CI config file (e.g., .github/workflows/ci.yml)
2. Explanation of each step
3. Caching strategy for faster builds
4. Secrets/env vars needed (list them, don't include values)
5. Rollback strategy
6. Estimated build time

Replace the [BRACKETED] placeholders with your specific details.

What You Get

A complete, copy-paste CI/CD config with caching for fast builds. Each step is explained so you can customize it. Includes rollback strategy for when deploys go wrong.

Prompt Codes That Help

Add these prefix codes to the start of your prompt for even better results:

Click any code to see its before/after examples and learn how it works.

Want all 120+ prompt codes?

The Claude Prompt Cheat Sheet has every tested code with before/after examples, combo stacks, and 10 workflow playbooks for different roles.

πŸ“¬

Get new prompts + workflows weekly

Join developers and professionals getting tested Claude prompt codes, workflows, and real-world techniques. One email when there’s something worth sharing.