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.

64

Quality

56%

Does it follow best practices?

Impact

Pending

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

Discovery

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 with clear 'Use when' guidance and distinctive trigger terms specific to Bazel and enterprise build systems. The main weakness is that the capability description could be more specific about concrete actions beyond the general 'optimize' and 'configure' verbs.

Suggestions

Expand specificity by listing concrete actions like 'configure remote caching, define build rules, analyze dependency graphs, set up BUILD files'

DimensionReasoningScore

Specificity

Names the domain (Bazel builds, monorepos) and some actions (configuring, implementing remote execution, optimizing), but lacks comprehensive specific actions like 'configure caching', 'set up build rules', or 'analyze build graphs'.

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 explicit trigger guidance.

3 / 3

Trigger Term Quality

Includes natural keywords users would say: 'Bazel', 'monorepo', 'remote execution', 'build performance', 'enterprise codebases'. These are terms developers naturally use when seeking Bazel optimization help.

3 / 3

Distinctiveness Conflict Risk

Very distinct niche - Bazel is a specific build system, and the combination with 'monorepos', 'remote execution', and 'enterprise codebases' creates clear, non-conflicting triggers unlikely to overlap with general build or CI/CD skills.

3 / 3

Total

11

/

12

Passed

Implementation

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 navigation shell with no substantive content in the main file. It lacks any concrete Bazel commands, configuration examples, or actionable guidance - everything is deferred to sub-skills without providing even a minimal quick-start. The instructions section contains generic boilerplate that could apply to any skill rather than Bazel-specific guidance.

Suggestions

Add a Quick Start section with at least one executable Bazel command or minimal BUILD file example that demonstrates core usage

Replace generic instructions ('Apply relevant best practices') with Bazel-specific guidance like 'Run `bazel query` to analyze dependencies before optimization'

Include a brief workflow for common tasks (e.g., '1. Analyze with bazel query → 2. Configure .bazelrc → 3. Validate with bazel build --config=remote')

Add a 2-3 sentence summary of what each sub-skill category covers so users can navigate effectively without opening each file

DimensionReasoningScore

Conciseness

The content is relatively lean but includes some unnecessary sections like 'Do not use this skill when' with obvious statements, and the instructions are generic boilerplate rather than Bazel-specific guidance.

2 / 3

Actionability

No concrete code, commands, or executable examples are provided in the main skill file. The instructions are entirely abstract ('Apply relevant best practices', 'Provide actionable steps') with no Bazel-specific guidance.

1 / 3

Workflow Clarity

No workflow is defined despite the skill covering complex multi-step processes like remote execution setup and build optimization. There are no sequences, validation checkpoints, or feedback loops.

1 / 3

Progressive Disclosure

The skill does reference sub-skills appropriately with one-level-deep links, but the main file provides no useful overview content - it's essentially just a table of contents with no quick-start or summary of key patterns.

2 / 3

Total

6

/

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.