What problem does it solve?
This Skill guides how to work with AIDB's CI/CD infrastructure, including GitHub Actions workflows, test orchestration, adapter builds, releases, and configuration. It helps you diagnose and fix issues in the CI pipelines, understand version management, and keep pipelines reproducible.
Core Features & Use Cases
- Workflow Organization: Understand and organize GitHub Actions workflows under
.github/workflows/ with category prefixes (release-, test-, adapter-, maintenance-, etc.).
- Version Management: Centralize infrastructure and adapter versions in
versions.json loaded by load-versions.yaml to avoid hardcoding.
- CI/CD Troubleshooting: Use the provided guidance, quick references, and artifact logs to diagnose failures and improve pipelines.
Quick Start
Begin by reading docs/developer-guide/ci-cd.md for a complete reference, then try a quick workflow test locally with the dev-cli, e.g., ./dev-cli test run --suite ci_cd. For debugging CI, trigger a controlled run via GitHub CLI and inspect logs.