流水线
pipeline
/pipeline
检测项目技术栈并为 GitHub Actions 或 GitLab CI 生成 CI/CD 流水线配置。
用法
code
/pipeline detect [--repo <project-dir>] 检测技术栈、工具和服务
/pipeline generate --platform github|gitlab [--repo <project-dir>] 生成流水线 YAML示例
code
/pipeline detect --repo ./my-project
/pipeline generate --platform github --repo .
/pipeline generate --platform gitlab --repo .脚本
engineering/skills/ci-cd-pipeline-builder/scripts/stack_detector.py— 检测技术栈和工具 (--repo <path>,--format text|json)
engineering/skills/ci-cd-pipeline-builder/scripts/pipeline_generator.py— 生成流水线 YAML (--platform github|gitlab,--repo <path>,--input <stack.json>,--output <file>)
技能参考
→engineering/skills/ci-cd-pipeline-builder/SKILL.md