buildkite
Installation
SKILL.md
Buildkite — CI/CD
Setup
The buildkite wrapper auto-detects first run and launches scripts/setup.
Build Operations
# List recent builds for a pipeline
buildkite build list --pipeline SLUG
# View build details
buildkite build view BUILD_NUMBER --pipeline SLUG
# Trigger a new build
buildkite build create --pipeline SLUG --branch main --message "Deploy"