agents/skills/workflow_gerrit_fix/SKILL.md
Use this skill when the user asks to "fix the errors on Gerrit issue X" or "address reviewer comments on CL X" or similar requests targeting a specific Gerrit Change List (CL).
gerrit_cq (from v8-utils) to check Commit Queue status.gerrit_get_presubmit_errors (from pndMcp) to fetch detailed presubmit results.gerrit_comments or gerrit_list_change_comments to read reviewer feedback or robot comments. This is critical when the goal is to address reviewer comments.git cl patch X).origin/main to ensure it builds against the latest code.self subagent with full tool access.If the user says "fix errors on CL 12345":
gerrit_cq for CL 12345.v8_linux64_rel failed with failing tests.worktrees/cl-12345 and checkout CL.If the user says "address comments on CL 12345":
gerrit_comments for CL 12345.src/objects/lookup.cc.worktrees/cl-12345 and checkout CL.