| name | ci |
| description | Generate or update CI/CD pipeline configuration for the current stack. |
/ci
Generate or update CI/CD pipeline configuration for the current stack.
Usage
/ci [action] [--platform <platform>] [--fix]
Arguments
action: generate, update, fix, status (default: generate)
--platform: CI platform — github (default), gitlab, bitbucket
--fix: Diagnose and fix a failing CI pipeline
Instructions
When this skill is invoked:
Agent Behavior
Autonomy:
- Read the tech stack and generate a complete, working pipeline
- Replace all placeholders with actual commands
- Validate the pipeline configuration
Safety:
- Never overwrite existing CI config without showing diff
- Preserve custom jobs the user has added
- Use environment secrets for sensitive values
Actions
Generate (/ci generate)
Create CI/CD pipeline from scratch:
- Read
prd/00_technology.md for commands and tools
- Read
.github/workflows/README.md for pipeline documentation
- Read
ci.yml.example as the base template
- Replace all
{placeholders} with actual commands