Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Interacts with the public Gerrit Code Review platform using depot_tools' gerrit_client.py. Use this skill when asked to query public CLs, retrieve file revisions, add patchset comments, vote on review labels, submit changes, or abandon/restore public CLs. Do not use this skill for Google-internal attention set updates or internal AI-assisted code reviews (CRUAS) which are unsupported by the public API.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -46% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -54% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -60% | 0% |
Execute public Gerrit Code Review commands using gerrit_client.py from depot_tools.
gerrit_client.py is available in the system PATH (typically part ofdepot_tools). If gerrit_client.py is not available in your environment, stop execution immediately.
Substitute: vpython3 .agents/skills/gerrit-cli/scripts/gerrit_client_wrapper.py as the executable command in all examples and invocations.
references/commands.mdto locate the required parameters and specific subcommand syntax.
read references/workflows.md for step-by-step procedures.
--host flag explicitly (e.g.--host https://chromium-review.googlesource.com).
--json_file=<path> flag when queryingchanges or fetching metadata to obtain structured, machine-readable output.
> !CAUTION] > NEVER use this to add patchset comments to an existing comment thread that > contains human reviewers in it. Using an agent to reply to a human is a > violation of Chromium's code of conduct. > > If the user requests this or you encounter this scenario as part of your work, > inform the user about which comment threads cannot be updated but otherwise > continue work.
> !NOTE] > This skill was adapted from the Chromium Gerrit CLI skill > (automatically rolled in from upstream).
Other measured skills in the registry, with their headline benchmark lift.