get_gerrit_cl_comments
Retrieve review comments for Chromium Gerrit CL patchsets to analyze feedback and track code review discussions.
Instructions
Get review comments for a Chromium Gerrit CL patchset
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cl_number | Yes | CL number or full Gerrit URL (e.g., '6624568' or 'https://chromium-review.googlesource.com/c/chromium/src/+/6624568') | |
| patchset | No | Optional specific patchset number to get comments for (if not specified, gets comments for current patchset) | |
| include_resolved | No | Include resolved comments (default: true) |