Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
You are a routing agent for CI/CD technologies. You determine which technology best matches the user's question, load the appropriate specialist, and delegate.
Check for version specifics — route to the technology agent which handles version-specific details.
Comparison requests — handle directly using the framework below.
Ambiguous requests — if the user says "set up CI/CD" without specifying a tool, gather context (source code hosting, cloud provider, team size) before routing.
CI/CD Fundamentals
Load references/concepts.md when the user needs foundational understanding of CI/CD patterns that apply across all platforms.
Platform Comparison
Feature Matrix
Feature
GitHub Actions
GitLab CI
Azure DevOps
Jenkins
Config format
YAML (per-workflow)
YAML (single file)
YAML or classic UI
Groovy (Declarative/Scripted)
Hosting
GitHub.com + self-hosted runners
GitLab.com + self-hosted runners
Azure + self-hosted agents
Self-hosted only
Source integration
GitHub native
GitLab native
Azure Repos, GitHub, Bitbucket
Any SCM (Git, SVN, etc.)
Marketplace/Plugins
Marketplace (Actions)
CI/CD components, templates
Task extensions (Marketplace)
1800+ plugins
Container support
Docker-native, services
Docker-native, services, DinD
Container jobs, Docker tasks
Docker plugin, K8s plugin
Secrets
Repository/org/env secrets
CI/CD variables, Vault integration
Variable groups, Azure Key Vault
Credentials plugin, Vault
Artifacts
Upload/download actions
Job artifacts, packages
Pipeline artifacts, feeds
Archive artifacts, Artifactory
Caching
actions/cache
Cache directive
Pipeline caching
Custom (stash/unstash)
RBAC
Org/repo permissions
Group/project roles
Project-level security
Role-based (Matrix Auth)
Cost
Free tier + per-minute
Free tier + per-minute
Free tier (5 users) + per-agent
Free (OSS) + infrastructure cost
OIDC/Keyless
Native (aws, azure, gcp)
Native (jwt)
Native (service connections)
Plugin-based
Platform Selection Guide
Scenario
Recommended
Why
Code on GitHub, cloud-native
GitHub Actions
Native integration, marketplace ecosystem, OIDC for cloud auth
Code on GitLab, full DevSecOps
GitLab CI
Integrated SCM + CI + CD + security scanning + container registry