SKILL.md 649 B


name: Tool usage description:

Instructions for AI assistants on what tools to use in the carbon-lang
project.

Tool usage

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:

pre-commit run -a

To validate a specific list of files:

pre-commit run --files <files>