gerrit-api
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)"
More from vancebs/skills
atlassian-jira-confluence
Use this skill whenever the user wants to interact with Jira or Confluence. This includes creating, reading, updating, or deleting Jira issues, projects, sprints, boards, components, versions, attachments, comments, worklogs, users, groups, or permissions. Also use for any Confluence operation: pages, spaces, labels, attachments, templates, whiteboards, comments, search (CQL), or space permissions. Trigger on phrases like 'create a Jira issue', 'update Confluence page', 'search issues with JQL', 'add comment to ticket', 'get sprint info', 'list Confluence spaces', 'export page as PDF', or any request involving Atlassian tools. Always invoke this skill before answering Jira or Confluence questions, even if the user does not explicitly say 'use the skill'.
13t2mcodingrule
T2Mobile公司编码规范与开发流程知识库。当用户询问T2Mobile编码规范、代码风格、命名规则、注释要求、排版规范、git commit message格式、code review流程与规范、问题解决流程(PR流程)、安全编码要求、兼容性编码要求等任何与T2Mobile开发标准相关的问题时,调用此skill。触发词包括:编码规范、命名规范、注释规范、代码风格、commit message、code review、PR流程、问题解决流程、安全规范、兼容性规范、T2Mobile规范等。
3