pauls-gerrit

Installation
SKILL.md

Paul's Gerrit Helper Skill

This skill provides scripts to interact with Gerrit (specifically Chromium Gerrit) to fetch unresolved comments for the current branch and to download CL patches/diffs.

Usage

1. Fetch Unresolved Comments

Get a list of unresolved comment threads for the current git branch. The branch must be configured with gerritissue and gerritserver (which is standard if you use g4 or Gerrit integration).

node agents/skills/pauls-gerrit/scripts/get-unresolved.ts

This script will:

  1. Determine the current git branch.
  2. Read the Gerrit issue ID and server from git config.
  3. Fetch and parse comments.
  4. Output unresolved comments with file location and message.
Installs
2
GitHub Stars
4.4K
First Seen
Jul 30, 2026
pauls-gerrit — paulirish/dotfiles