Files
claude-skills-reference/commands/pipeline.md
Alireza Rezvani fa07912835 feat: add 6 agents + 5 slash commands for full coverage (v2.7.0) (#293)
Phase 3: 6 new agents (all 9 categories covered) + 5 slash commands.
2026-03-07 12:36:03 +01:00

31 lines
847 B
Markdown

---
name: pipeline
description: Detect stack and generate CI/CD pipeline configs. Usage: /pipeline <detect|generate> [options]
---
# /pipeline
Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.
## Usage
```
/pipeline detect [<project-dir>] Detect stack, tools, and services
/pipeline generate [--platform github|gitlab] Generate pipeline YAML
```
## Examples
```
/pipeline detect ./my-project
/pipeline generate --platform github
/pipeline generate --platform gitlab --stages build,test,deploy
```
## Scripts
- `engineering/ci-cd-pipeline-builder/scripts/stack_detector.py` — Detect stack and tooling
- `engineering/ci-cd-pipeline-builder/scripts/pipeline_generator.py` — Generate pipeline YAML
## Skill Reference
`engineering/ci-cd-pipeline-builder/SKILL.md`