Gerrit Code Review
JSON →Integrates with the Gerrit code review system to review code changes and details.
Install
npx -y @smithery/cli Tools · 3
- fetch_gerrit_change Fetches complete change information including files and patch sets, showing detailed diff information for each modified file, file changes, insertions, deletions, project and branch information, author and reviewer details, comments and review history, file modifications with diff content, and current patch set information.
- fetch_patchset_diff Compare differences between two patchsets of a change, view specific file differences or all changed files, analyze code modifications across patchset versions, and track evolution of changes through review iterations.
- submit_gerrit_review Post summary feedback, vote labels (e.g., {"Code-Review": 1}), and inline/file-level comments. Target a specific patchset or default to the latest revision. Control Gerrit's notification behaviour (notify: NONE, OWNER, OWNER_REVIEWERS, ALL). Comment payloads accept dictionaries with path, message, and optional Gerrit comment fields (line, side, range, ...).
Environment variables
GERRIT_HOSTDOCKER_HOST
★ 38 GitHub stars