Оптимизация Bazel-сборок в монорепозитории

★ 8.5 · devops

bazel-build-optimization is a Claude Code skill that helps optimize Bazel builds for large-scale monorepos, covering remote caching and remote execution setup, custom Bazel rule authoring, and build issue debugging. It explains core Bazel concepts — targets, packages, labels, rules, and aspects — and provides production patterns for a standard workspace layout with WORKSPACE.bazel, .bazelrc, and BUILD.bazel files. Concrete templates and worked examples are stored in references/details.md. The skill is aimed at teams configuring Bazel for enterprise codebases, migrating from other build systems, or looking to speed up CI/CD pipelines through shared build artifact caching and reproducible builds.