Debugging · Version 1.3.0 · Reviewed 2026-08-02
Bazel Build Debugger
Diagnose cache-miss analysis and hermeticity debugging with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Diagnoses Bazel dependency declarations, action cache misses, sandbox failures, remote execution differences, and non-hermetic build behavior.
₹99 one-time
Get this skill archive
What it checks first
Bazel Build Debugger diagnoses Bazel dependency declarations, action cache misses, sandbox failures, remote execution differences, and non-hermetic build behavior. Use it when the work involves Cache-miss analysis, Hermeticity debugging, Remote execution failures.
- Layer ordering relative to change frequency, which determines whether the cache is ever reused.
- Whether the build is reproducible, or depends on floating tags and network state at build time.
- Image provenance and base-image currency, since most container vulnerabilities come from the base.
- Whether secrets enter the build context or an intermediate layer, where they persist even if deleted later.
- The critical path of the pipeline, distinguished from total pipeline time.