Files
wehub-resource-sync a1fa97429b
Release / Tag + GitHub Release (push) Waiting to run
Deploy Documentation to Pages / build (push) Waiting to run
Deploy Documentation to Pages / deploy (push) Blocked by required conditions
Sync Codex Skills Symlinks / sync (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:41:47 +08:00

1.0 KiB

name, description, argument-hint
name description argument-hint
pipeline Detect stack and generate CI/CD pipeline configs. Usage: /pipeline <detect|generate> [options] <detect|generate> [options]

/pipeline

Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.

Usage

/pipeline detect [--repo <project-dir>]               Detect stack, tools, and services
/pipeline generate --platform github|gitlab [--repo <project-dir>]  Generate pipeline YAML

Examples

/pipeline detect --repo ./my-project
/pipeline generate --platform github --repo .
/pipeline generate --platform gitlab --repo .

Scripts

  • engineering/skills/ci-cd-pipeline-builder/scripts/stack_detector.py — Detect stack and tooling (--repo <path>, --format text|json)
  • engineering/skills/ci-cd-pipeline-builder/scripts/pipeline_generator.py — Generate pipeline YAML (--platform github|gitlab, --repo <path>, --input <stack.json>, --output <file>)

Skill Reference

engineering/skills/ci-cd-pipeline-builder/SKILL.md