CtrlK
BlogDocsLog inGet started
Tessl Logo

bazel-build-optimization

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

51

Quality

56%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.agent/skills/bazel-build-optimization/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

22%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This skill is essentially a hollow shell that defers all meaningful content to sub-skill files without providing any actionable guidance, concrete examples, or structured workflows in the main body. The instructions are generic platitudes ('Apply relevant best practices') that could apply to any skill. Without the referenced sub-skill files, this SKILL.md provides virtually no value to Claude.

Suggestions

Add at least one concrete, executable example in the main body—e.g., a minimal .bazelrc configuration or a sample BUILD file for a common use case—so the skill is immediately actionable without navigating to sub-files.

Replace the generic instructions ('Clarify goals, constraints, and required inputs', 'Apply relevant best practices') with specific, actionable guidance for the most common Bazel optimization tasks.

Add a structured workflow for at least one key use case (e.g., setting up remote caching) with explicit steps and validation checkpoints (e.g., 'Run `bazel info` to verify cache hits').

Include a brief 'Quick Start' section with the most important Bazel optimization patterns inline, so the skill provides value even without accessing sub-skill files.

DimensionReasoningScore

Conciseness

The content is relatively short but includes some unnecessary filler like the generic 'Do not use this skill when' section and vague instructions ('Clarify goals, constraints, and required inputs') that don't add value. The numbered list of sub-skills is reasonably lean but the redundant numbering (both list numbers and link text numbers) is slightly wasteful.

2 / 3

Actionability

The skill provides no concrete code, commands, or executable examples. The instructions are entirely abstract ('Apply relevant best practices and validate outcomes') and all substantive content is deferred to sub-skill files that aren't provided. There is nothing copy-paste ready or directly usable.

1 / 3

Workflow Clarity

There is no clear workflow, sequencing, or validation checkpoints. The instructions are four vague bullet points with no defined process for any of the listed use cases (remote execution setup, build optimization, migration). For a skill involving complex build system configuration, the absence of any structured workflow is a significant gap.

1 / 3

Progressive Disclosure

The skill does reference 11 sub-skill files with clear links, which shows an attempt at progressive disclosure. However, since no bundle files are provided, we cannot verify these references exist. The main file itself is essentially empty of substantive content—it's almost entirely a table of contents with no useful overview or quick-start material, making it too thin to stand on its own.

2 / 3

Total

6

/

12

Passed

Description

89%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

This is a solid skill description that clearly identifies its niche (Bazel build optimization for monorepos) and includes an explicit 'Use when...' clause with relevant trigger terms. Its main weakness is that the 'what' portion could be more specific about the concrete actions it performs beyond the high-level 'optimize' framing.

Suggestions

Expand the capabilities list with more concrete actions, e.g., 'Configure remote caching, write BUILD/BZLMOD files, set up remote build execution, tune build graph dependencies, and diagnose slow builds.'

DimensionReasoningScore

Specificity

Names the domain (Bazel builds, monorepos) and some actions (configuring, implementing remote execution, optimizing build performance), but doesn't list multiple concrete specific actions like 'configure caching strategies, set up remote build execution, tune build graph dependencies, write BUILD files'.

2 / 3

Completeness

Clearly answers both 'what' (optimize Bazel builds for large-scale monorepos) and 'when' (Use when configuring Bazel, implementing remote execution, or optimizing build performance), with an explicit 'Use when...' clause.

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'Bazel', 'monorepo', 'remote execution', 'build performance', 'enterprise codebases'. These are terms a developer working with Bazel would naturally use when seeking help.

3 / 3

Distinctiveness Conflict Risk

Bazel is a very specific build system, and the combination of 'Bazel', 'monorepo', and 'remote execution' creates a clear niche that is unlikely to conflict with other skills like general CI/CD or other build tool skills.

3 / 3

Total

11

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
Dokhacgiakhoa/antigravity-ide
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.