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.

63

Quality

73%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/bazel-build-optimization/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-5

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

A highly actionable reference packed with executable Bazel templates, but it reads as a monolithic inline catalog: it over-explains basic Bazel concepts, lacks a sequenced workflow with real validation checkpoints for batch build operations, and does not progressively disclose detail into separate reference files.

Suggestions

Remove the 'Key Concepts' table (Target/Package/Label/Rule/Aspect are basic Bazel concepts Claude already knows) and tighten the generic 'Instructions' bullets to earn back conciseness tokens.

Add an explicit sequenced workflow with validation checkpoints for batch build operations, e.g. profile with --profile → analyze-profile → identify slow actions → apply fix → re-profile to confirm improvement.

Move the larger templates (e.g. custom Docker rule, remote execution platforms) into separate reference files under references/ and link to them one level deep, keeping SKILL.md as a concise overview.

DimensionReasoningScore

Conciseness

The bulk is lean, executable code, but the 'Key Concepts' table defines basic Bazel notions (Target, Package, Label, Rule) Claude already knows, and the 'Instructions' section is generic filler ('Apply relevant best practices and validate outcomes') that could be trimmed.

3 / 5

Actionability

Seven full, copy-paste-ready templates (WORKSPACE, .bazelrc, TS/Python BUILD files, custom Docker rule, bazel query commands, remote execution platforms, profiling commands) cover the common cases with executable code.

5 / 5

Workflow Clarity

The skill is a reference rather than a sequenced workflow, and the only validation guidance is the generic 'validate outcomes' / 'verification' bullets; since Bazel builds are batch operations, missing concrete validate→fix→retry checkpoints caps this at 3.

3 / 5

Progressive Disclosure

Section headers are clear and well-organized, but at ~390 lines all seven templates are inlined in SKILL.md with no one-level-deep references to separate files, so content that could be split out is not.

3 / 5

Total

14

/

20

Passed

Description

82%Weight 40%Scale 1-5

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

A strong, well-structured description that clearly states both capability and trigger conditions with natural keywords and a distinct niche. The only soft spot is specificity, since the 'Use when' clause enumerates activity contexts rather than a comprehensive list of concrete actions the skill performs.

DimensionReasoningScore

Specificity

Names the domain ('Optimize Bazel builds for large-scale monorepos') plus a couple of related activities, but the 'Use when' clause lists trigger contexts (configuring Bazel, remote execution) rather than multiple distinct concrete capabilities, so coverage is not comprehensive.

3 / 5

Completeness

Explicitly answers both 'what' ('Optimize Bazel builds for large-scale monorepos') and 'when' ('Use when configuring Bazel, implementing remote execution, or optimizing build performance...') with concrete trigger phrases, matching the anchor structure.

5 / 5

Trigger Term Quality

Good natural keyword coverage ('Bazel', 'builds', 'monorepos', 'remote execution', 'build performance') that users would actually say, though it lacks synonyms and file extensions like .bazel or BUILD files.

4 / 5

Distinctiveness Conflict Risk

Bazel build optimization is a clear, specific niche with distinct triggers ('Bazel', 'remote execution', 'monorepo builds') that are unlikely to fire for unrelated skills.

5 / 5

Total

17

/

20

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
rmyndharis/antigravity-skills
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.