What problem does it solve?
This Skill establishes and manages a dependable C++ build, Git, and Continuous Integration (CI) workflow, ensuring predictable project delivery and release processes.
Core Features & Use Cases
- Local Workflow: Defines canonical build targets (release, debug, test, etc.) and ensures reproducible environments.
- Git Workflow: Enforces branching strategies, atomic commits, CI checks before merging, semantic version tagging, and changelog synchronization.
- CI Pipeline Design: Creates build matrices for multi-platform support, separates job types, caches dependencies, and uses least-privilege tokens.
- Release & Compatibility: Automates release pipelines from tags, verifies artifacts, and tracks compatibility with upstream versions.
Quick Start
Use the cpp-ci-workflow skill to set up a new C++ project's build and CI pipeline.