Bazel Monorepos

SkillFiles & storage

Manage, structure, modernize, and troubleshoot Bazel monorepos. Use for MODULE.bazel, BUILD or BUILD.bazel files, Starlark, Bazelisk, Bzlmod dependencies and module extensions, labels and targets, visibility, query/cquery/aquery, .bazelrc configuration, select(), platforms and toolchains, hermetic a

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Bazel Monorepos skill

What this skill tells your AI

The instructions your AI receives, as published by ccheney/robust-skills in skills/bazel/SKILL.md and read by ahel’s review.

Make build changes against the actual target graph and pinned Bazel/ruleset versions. Examples cover Bazel 9.2.0; they are not an upgrade instruction. The user's explicit instructions take precedence over this skill's guidelines.

Establish the relevant context

Use the affected targets, error output, or requested build outcome as input. Check .bazelversion, relevant module declarations, BUILD files, and the configuration involved in the task. Read other repository configuration only when it affects that question.

QuestionTool
Target dependencies, reverse dependencies, pathsbazel query
Selected flags, platforms, toolchains, or select() branchesbazel cquery with the failing invocation's configuration
Actual commands, inputs, outputs, toolsbazel aquery
External modules, versions, generated repositoriesbazel mod
Cache misses or execution performanceExecution logs, profiles, BEP

If the failing target or invocation cannot be inferred, ask for it and continue independent inspection. Do not invent repository pins or remote-cache endpoints.

Preserve the build contract

  • Declare direct inputs, dependencies, tools, and runtime data on the owning target. Use runfiles APIs for runtime resources.
  • Keep package boundaries and visibility deliberate. Neither one target per file nor one per service is a universal template.
  • For Bazel 9, use Bzlmod and explicit external language-rule loads. For older repositories, follow version-matched rules until an upgrade is requested.
  • Diagnose missing inputs or configuration differences before using clean --expunge or disabling sandboxing; those can hide the cause.
  • Validate affected targets and configurations. Reserve graph-wide builds/tests for graph-wide impact or required repository checks.

Deliver the requested patch or diagnosis with relevant target labels, evidence, and unresolved configuration dependencies. Finish checks needed for that outcome without expanding a local fix into a repository migration.

References

Load only the topic needed; use section headings within longer references.

TaskReference
Packages, labels, dependencies, visibility, BUILD styleBUILD-GRAPH.md
Modules, extensions, lockfiles, overrides, WORKSPACE migrationBZLMOD.md
rc files, selects, platforms, toolchains, transitionsCONFIGURATION.md
Query syntax and build failure diagnosisQUERIES-DEBUGGING.md
Sandboxing, runfiles, caching, remote executionHERMETICITY-CACHING.md
CI gates, affected targets, profiles, performanceCI-PERFORMANCE.md
Macros, rules, providers, aspects, repository rulesSTARLARK.md
Requested adoption or repository consolidationADOPTION.md
Compact command or label lookupCHEATSHEET.md

Use version-matched Bazel docs, ruleset release notes, and the Bazel Central Registry when bundled guidance does not establish compatibility.

Signals

GitHub stars
59
Forks
3
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
bazel
Source
github.com/ccheney/robust-skills