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:
- Determine the current git branch.
- Read the Gerrit issue ID and server from git config.
- Fetch and parse comments.
- Output unresolved comments with file location and message.