home/categories/code-quality/cloudflare-workerd-opencode-skills-bazel-test-hygiene-skill-md
code-qualitytesting-security

bazel-test-hygiene

Mandatory rules for running bazel tests during development. Load this skill before running any bazel test command, especially when validating fixes or verifying regression tests. Prevents false confidence from cached results, filter flags that silently match nothing, and partial test runs that miss breakage.

cloudflare
maintainer
cloudflare
Mis à jour 3/19/2026
Étoiles
8132
Forks
613
quick start

Installation and usage

Mandatory rules for running bazel tests during development. Load this skill before running any bazel test command, especially when validating fixes or verifying regression tests. Prevents false confidence from cached results, filter flags that silently match nothing, and partial test runs that miss breakage.

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use bazel-test-hygiene