gerrit-api

Installation
SKILL.md

Gerrit API Skill

What this skill does: Query Gerrit changes, read diffs, post code reviews, manage change lifecycle (submit / abandon / restore), and listen to real-time SSH event streams.

Scripts (no pip install needed):

  • scripts/gerrit_api.py — REST API operations (cross-platform, Python stdlib)
  • scripts/gerrit_stream_events.py — SSH stream-events listener

⚠️ Step 0 — 初始化环境变量(每次会话执行一次)

如果遇到路径相关问题,安装 skill-guide 获取详细指引:npx skills add https://github.com/vancebs/skills --skill skill-guide

Step 0A — 记录 Workspace

# Linux / macOS / Git Bash
export SKILL_WORKSPACE="$(pwd)"
Related skills
Installs
4
Repository
vancebs/skills
First Seen
Apr 29, 2026