Back to Carbon Lang

Tool usage

.agents/skills/tool_usage/SKILL.md

0.0.0-0.nightly.2026.05.07521 B
Original Source

Tool usage

<!-- Part of the Carbon Language project, under the Apache License v2.0 with LLVM Exceptions. See /LICENSE for license information. SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -->

Bazelisk and Bazel

We use bazelisk for build and test.

IMPORTANT: AI assistants use bazelisk instead of bazel.

Pre-commit

Running pre-commit is mandatory. To run it on all files:

bash
pre-commit run -a

To validate a specific list of files:

bash
pre-commit run --files <files>