ci-setup

Setup continuous integration pipeline

Content Preview
# CI/CD Setup Command

Setup continuous integration pipeline

## Instructions

Follow this systematic approach to implement CI/CD: **$ARGUMENTS**

1. **Project Analysis**
   - Identify the technology stack and deployment requirements
   - Review existing build and test processes
   - Understand deployment environments (dev, staging, prod)
   - Assess current version control and branching strategy

2. **CI/CD Platform Selection**
   - Choose appropriate CI/CD platform based on requirements:
     
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ci-setup.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/deploy/ci-setup.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/deploy/ci-setup.md

Related Skills